2003-10-18 |
Hiten Pandya | Fix build by not attempting to compile libc's malloc... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Fix memory leaks in the namecache code commited so... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Make malloc_type statistics per-cpu, which fixes statis... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Matthew Dillon | Fix a uni-processor bug with the last commit... we... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
Matthew Dillon | Cleanup P_CURPROC and P_CP_RELEASED handling. P_CP_REL... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
David P. Reese... | Create kern_readv() and kern_writev() and use them... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Matthew Dillon | Remove PUSER entirely. Since p_priority has nothing... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Matthew Dillon | Fix the userland scheduler. When the scheduler release... |
commit | commitdiff | tree | snapshot |
2003-10-16 |
Matthew Dillon | correct the .PATH for access to scvesactl.c |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Matthew Dillon | Have lwkt_reltoken() return the generation number to... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Matthew Dillon | Fix an inherited bug in ptrace's PT_IO. The wrong... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Hiten Pandya | Second contigmalloc() cleanup: |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Hiten Pandya | Major contigmalloc() API cleanup: |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Hiten Pandya | Remove zalloci/zfreei from the Makefile too. |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Hiten Pandya | Nuke the zalloci() and zfree() stuff sky-high. We... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
David P. Reese... | I wasn't properly checking for rollover in iovec_copyin... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
David P. Reese... | Rename do_dup() to kern_dup() and pull in some changes... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Matthew Dillon | Update the sys_sig* manual page to include portability... |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Matthew Dillon | NSIG is now 64. Extend the siglist arrays to match. |
commit | commitdiff | tree | snapshot |
2003-10-14 |
Matthew Dillon | /bin/sh needs to use sys_nsig, not NSIG, when accessing... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Make sure PORTSDIR is not in the environment when boots... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Add checkpoint tty signaling support to stty and tcsh... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Oops, I gave Kip bad advise. The checkpoint execution... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Start separating the ucred from NDINIT. |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Fix miscellanious kern_fp.c bugs. |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Use the one remaining free termios control character... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Extend NSIG to 64 and introduce a registration function... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Augment falloc() to support thread-only file pointers... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Add bsd.dfport.pre.mk and bsd.dfport.post.mk to the... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | add /usr/share/examples/splash to the mtree, for instal... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Hiten Pandya | Fix an ordering issue, call vm_map_entry_reserve()... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Hiten Pandya | AMI MegaRAID Crash-Dumps support. |
commit | commitdiff | tree | snapshot |
2003-10-13 |
David P. Reese... | Implement socket() and shutdown() using the in-kernel... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Hiten Pandya | Fix kldload(2) error return when a module is rejected... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Matthew Dillon | Add a splash example / DragonFly BMP |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Hiten Pandya | Fix compile when GUPROF is defined. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
David Rhodus | * Pull is some security checks from sendmail 8.12.10. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Matthew Dillon | More hacks to support DragonFly port overrides. Deal... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Matthew Dillon | Fix bugs introduced from the last commit. The loadav... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Matthew Dillon | document the new fdisk option. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Matthew Dillon | Add a -p option to fdisk that allows it to operate... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Matthew Dillon | Upgrade isc-dhcp, e.g. dhclient. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Matthew Dillon | add bsd.dfport.pre.mk and bsd.dfport.post.mk, part... |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Add missing function declaration that was some how |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Move variable 'p' into a more proper place. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
David Rhodus | * Add this nice filesystem testing tool that I've recently |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Hiten Pandya | Correct unsafe use of realloc(). |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Hiten Pandya | Security Fix: |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Matthew Dillon | Data reads and writes should not need credentials,... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | namecache work stage 3a: Adjust the VFS APIs to include... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | Sync with FreeBSD-5, fix-up the use of certain flags... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Matthew Dillon | Use the _KERNEL_STRUCTURES define to allow userland... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Define _KERNEL_STRUCTURES instead of _KERNEL to get... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Add _KERNEL_STRUCTURES support for userland use of... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
David P. Reese... | Fix a bug in the last commit where sendfile() would... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
David P. Reese... | Introduce the function iovec_copyin() and it's friend... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Matthew Dillon | Disable background bitmap writes. They appear to cause... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Matthew Dillon | The splash_bmp and splash_pcx builds were missing some... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Jeffrey Hsu | Unroll obfuscated loop. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Matthew Dillon | The CMOV family of instructions do not work across... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Fix a typo that was introduced from the last change. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Correct several integer underflows/overflows in linprocfs |
commit | commitdiff | tree | snapshot |
2003-10-05 |
David Rhodus | * Try to make gencat(1) recognize. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Hiten Pandya | Fix a spelling mistake. |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
David P. Reese... | Modify linux_{send,recv}msg() and linux_{set,get}sockop... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
David P. Reese... | Modify kern_{send,recv}msg() to take struct uio's,... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Addendum: Many thanks for continuing to Galen Sampson... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Fix a number of interrupt related issues. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Hiten Pandya | Rename: |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | * Turn on debugging options by default |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | correct a comment. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Matthew Dillon | Describe the hw.physmem loader variable. |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | Introduce a uiomove_frombuf helper routine that handle... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
David Rhodus | Correct a case in readv(2) where the file descriptor... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Fix a bug in lwkt_trytoken(), it failed to exit its... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Fix a negative cache entry reaping bug, cache_zap(... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Move the pst device from dev/misc to dev/raid. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Add pst to the raid Makefile |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Matthew Dillon | Move pst from dev/misc to dev/raid, add a Makefile... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
David Rhodus | * Add the Promise Supertrack to the build |
commit | commitdiff | tree | snapshot |
2003-10-01 |
David Rhodus | * Add #include <sys/buf2.h> |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Matthew Dillon | Cleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hiten Pandya | Fix L2 internal cache reporting when it is an AMD Duron... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hiten Pandya | Sort Copyright order. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
David P. Reese... | Split getsockopt() and setsockopt(). |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | Hash the link-check data to improve performance on... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Hiten Pandya | K&R style function removal. Update functions to ANSI... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | namecache work stage 2: move struct namecache to its... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Matthew Dillon | Try to generate more debugging information when the... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Allow unlock and non-blocking lock operations from... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Fix a number of mp_lock issues. I had outsmarted mysel... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Do not attempt to access kernel_map in free(). It... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Apply FreeBSD Security Advisory FreeBSD-SA-03:14.arp... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Matthew Dillon | Cleanup td_wmesg after a tsleep completes for easier... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Matthew Dillon | oops, remove some namecache leakage that is not ready... |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Matthew Dillon | Clean up thread priority and critical section handling... |
commit | commitdiff | tree | snapshot |
next |