Age | Commit message (Expand) | Author |
2001-07-30 | Add a check for too big e_phnum that could cause us to malloc to | Artur Grabowski |
2001-07-30 | Make the e_phnum check slightly cleaner. | Artur Grabowski |
2001-07-28 | Allow negative lock length in case of lockf(3). This makes lockf(3) | Grigoriy Orlov |
2001-07-28 | Check for negative lock length. | Grigoriy Orlov |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas Hallqvist |
2001-07-26 | Typo. | Miod Vallat |
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski |
2001-07-26 | Print "data modified on freelist" sizes in hex. | Artur Grabowski |
2001-07-26 | Be more careful with ranges. | Artur Grabowski |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-07-25 | Random cleanups that generate noise in my cvs updates. | Artur Grabowski |
2001-07-19 | make number of ptys configurable; deraadt@ ok | Michael Shalayeff |
2001-07-18 | Typo. | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-17 | It takes a greek to put buffer overflow and unterminated string | Theo de Raadt |
2001-07-17 | Since normal malloc reports "data modified on free list" with | Artur Grabowski |
2001-07-17 | use pool allocator for knotes, adapted from lukem@netbsd, okay art@ | Niels Provos |
2001-07-16 | Ignore O_TRUNC on open() if we are not opening a regular file. | Todd C. Miller |
2001-07-15 | (define simple_lock_only_held): add dummy nop macro | assar |
2001-07-13 | make kern_msgbuf work for sparc, i thought it worked for me before; from miod | Michael Shalayeff |
2001-07-09 | Make quad types on alpha be "long long" not "long". This means that | Todd C. Miller |
2001-07-05 | Get rid of REAL_CLISTS. It was never implemented and the tentacles are | Artur Grabowski |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |
2001-07-05 | It feels a bit pointless to have: | Artur Grabowski |
2001-07-05 | kern_fthread is no longer needed. | Artur Grabowski |
2001-07-05 | Get rid of unnecessary includes. | Artur Grabowski |
2001-07-04 | match time definition with include file, volatile included. | Marc Espie |
2001-06-27 | uvm_useracc is not necessary now that uvm_vslock knows how to fail. | Artur Grabowski |
2001-06-27 | no more cpu_set_init_frame | Artur Grabowski |
2001-06-27 | no more fork braindamage | Artur Grabowski |
2001-06-27 | vm_pageout.h bye bye. | Artur Grabowski |
2001-06-27 | mips_cachealias is no more | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-27 | Update comment. | Angelos D. Keromytis |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-26 | regen | Dug Song |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine cli... | Dug Song |
2001-06-26 | Appease gcc by not using void pointers in arithmetic operations; art@ ok | Aaron Campbell |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-25 | Don't reset M_PKTHDR before we copy the mbuf flags (bad Federico!) | Angelos D. Keromytis |
2001-06-25 | Move common post M_COPY_HDR manipulation to the macro itself; angelos@ ok. | Federico G. Schwindt |
2001-06-24 | cold is in systm.h now | Michael Shalayeff |
2001-06-24 | No need to define splvm() here anymore. | Miod Vallat |
2001-06-24 | Add a sysctl for getting pool information out of the kernel. | Artur Grabowski |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in... | Theo de Raadt |
2001-06-23 | ooops. remove unfinished work in progress. | Artur Grabowski |
2001-06-23 | Bring in a bunch of improvements from NetBSD. | Artur Grabowski |
2001-06-23 | pool_init, not pool_create | Artur Grabowski |
2001-06-23 | pipe_stat isn't referenced from outside sys_pipe.c anymore | Artur Grabowski |