2003-10-24 |
Matthew Dillon | This is FreeBSD 5.x's code to dump the kernel's identif... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Matthew Dillon | Add SIGCKPT support to tcsh's built-in kill. |
commit | commitdiff | tree | snapshot |
2003-10-24 |
David P. Reese... | Remove the FreeBSD 3.x signal code. This includes... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
Matthew Dillon | Hook i386/vesa up to the module build |
commit | commitdiff | tree | snapshot |
2003-10-23 |
David P. Reese... | makesyscalls.sh wants comments to be on their own line... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
David Rhodus | * Un-break buildworld |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Matthew Dillon | MSGF_DONE needs to be cleared when a message is to... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Matthew Dillon | Add support for SIGCKPT to csh/tcsh's internal 'kill... |
commit | commitdiff | tree | snapshot |
2003-10-22 |
Matthew Dillon | Use sys_nsig instead of NSIG so libc-suspplied arrays... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Matthew Dillon | Fix bug in last commit, flags were not being passed... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Matthew Dillon | A hackish fix to a bug uio_yield(). |
commit | commitdiff | tree | snapshot |
2003-10-21 |
David P. Reese... | Create the kern_fstat() and kern_ftruncate() in-kernel... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Yah yah. Always good to commit the header file needed... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Fix a bug introduced by recent INVARIANTS debugging... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Fix an error message. |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Do a bit of cleanup and add a bit of debugging to the... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Add the checkpt module to the system tree. Currently... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Additional checkpoint suppor for vmspace info. In... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Add the 'checkpt' utility to support the process checkp... |
commit | commitdiff | tree | snapshot |
2003-10-20 |
Matthew Dillon | Add the 'checkpt' utility to support the process checkp... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Matthew Dillon | Add a fp_vpopen() function to kern_fp.c, and add reserv... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Hiten Pandya | Un-initialise (i.e free) the HPFS inode hash; previousl... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Matthew Dillon | Enhance the fp_*() API. Reorganize the ELF dump code... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Matthew Dillon | Fix the INVARIANTS memuse test, the memuse for each... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Hiten Pandya | Fix a ``missing free''. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Jeffrey Hsu | Unravel a nested conditional. |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Matthew Dillon | Entirely remove the old kernel malloc and kmem_map... |
commit | commitdiff | tree | snapshot |
2003-10-19 |
Matthew Dillon | Hack up param.h even more so sys/socket.h can include... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Don't try to call an ipiq function with a UP build... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Hiten Pandya | Add the pim(4) and multicast(4) manual pages, following |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Remove a diagnostic message that detected PHOLD() vs... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Fix races in ihashget that were introduced when I intro... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Hiten Pandya | Update sysinstall's NFS module: |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | machine/param.h has to be included outside of _KERNEL... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Matthew Dillon | Make vmstat -m understand the new per-cpu aggregation for |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Hiten Pandya | Use vnconfig(8) instead of mdconfig(8) to enable $... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
Hiten Pandya | Add SysV IPC regression suite. |
commit | commitdiff | tree | snapshot |
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 |
next |