aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.466Yoshihiro Takahashi2004-02-191-0/+1
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson2004-02-192-0/+13
* When reparenting a process in the PT_DETACH code, only set p_sigparentDon Lewis2004-02-191-1/+2
* Use size_t or ssize_t wherever appropriate instead of casting from int *Tim J. Robbins2004-02-192-26/+27
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-198-32/+22
* - Correct a long-standing race condition in vm_page_try_to_free() thatAlan Cox2004-02-191-4/+3
* A Linux thread created using clone() should not send SIGCHLD to itsDon Lewis2004-02-191-3/+3
* Fix problem caused by previous commit where some users' buttonsNate Lawson2004-02-192-11/+2
* Add support for 'h' and 'hh' modifiers for printf(9).Nate Lawson2004-02-191-2/+21
* Checkpoint the NOTES I was working on.David E. O'Brien2004-02-191-152/+114
* Fix a long-standing bug where select on vchans doesn't workMathew Kanner2004-02-191-3/+13
* Switch to using the new $PIR interrupt routing code and remove the oldJohn Baldwin2004-02-184-436/+22
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offJohn Baldwin2004-02-181-609/+445
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-1828-273/+335
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-186-2/+32
* Don't ignore errors from vfs_allocate_syncvnode.Colin Percival2004-02-181-1/+1
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).Bruce Evans2004-02-181-11/+11
* Checkpoint a hack to enable running i386 libc_r binaries on a 64 bitPeter Wemm2004-02-181-4/+22
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-1817-465/+442
* Add vector for memmove() (currently aliased to memcpy()) a implementBill Paul2004-02-171-0/+20
* Dont use the bio_taskqueue if we are in timeout.Søren Schmidt2004-02-171-2/+2
* Do not place dirmask in unnamed padding. Move it to the bottom of thisTom Rhodes2004-02-171-1/+1
* IPSEC and FAST_IPSEC have the same internal API now;Hajimu UMEMOTO2004-02-177-105/+42
* Correct a comment.David Malone2004-02-172-2/+2
* Backed out previous commit since it just causes panics unless a specialBruce Evans2004-02-171-1/+1
* Mechanical whistespace cleanup.Dag-Erling Smørgrav2004-02-171-19/+19
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,Tim J. Robbins2004-02-171-2/+4
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.David E. O'Brien2004-02-161-80/+0
* Remove some more 'makedev' related macros.Lukas Ertl2004-02-161-10/+0
* Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-162-3/+3
* Back out previous commit due to objections.Dag-Erling Smørgrav2004-02-161-2/+0
* Back out previous commit; it doesn't seem to do what I thought it does.Dag-Erling Smørgrav2004-02-161-8/+0
* Increase the size of MSGBUF_SIZE if booted with -v.David E. O'Brien2004-02-161-1/+1
* Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.Dag-Erling Smørgrav2004-02-161-0/+2
* Don't bother storing a result when all you need are the side effects.Dag-Erling Smørgrav2004-02-161-5/+5
* Avoid code duplication on platforms where int and long are the same size.Dag-Erling Smørgrav2004-02-161-0/+8
* Random style fixes and a comment update. No functional changes.Dag-Erling Smørgrav2004-02-161-4/+4
* correct function name in comment.Hajimu UMEMOTO2004-02-161-18/+18
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setMatt Jacob2004-02-161-1/+0
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaGuido van Rooij2004-02-161-5/+5
* don't update outgoing ifp, if ipsec tunnel mode encapsulationHajimu UMEMOTO2004-02-161-3/+5
* nuke unused functions.Hajimu UMEMOTO2004-02-163-53/+0
* we don't need to include ipsec.h.Hajimu UMEMOTO2004-02-161-8/+0
* Spell types consistently throughout this file. Do not use the __packed ...Bruce M Simpson2004-02-161-4/+4
* - Clean up global data.Hidetoshi Shimokawa2004-02-163-38/+58
* Correct a long-standing race condition in vm_contig_launder() that couldAlan Cox2004-02-161-0/+2
* More cleanups/fixes for the AMD Am1771 driver:Bill Paul2004-02-163-22/+80
* White-space align a struct definition.Poul-Henning Kamp2004-02-153-37/+27
* Abstract dirhash's locking using macros. This should make it easier toDavid Malone2004-02-151-69/+75