summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlynjl2004-02-191-11/+5
* Add new failure detection algorithm.pjd2004-02-192-1/+94
* Export private structure owned by ng_ether(4) module outside.pjd2004-02-192-12/+13
* Makefile needed for building geom_concat module.pjd2004-02-191-0/+8
* Introduce CONCAT GEOM class for disk concatenation.pjd2004-02-192-0/+862
* - call ip6_output() instead of nd6_output() when ipsec tunnelume2004-02-191-3/+21
* Added sysctl security.jail.jailed.pjd2004-02-191-0/+13
* Simplify check. We are only able to check exclusive lock and ifpjd2004-02-191-1/+5
* Fixed ucred structure leak.pjd2004-02-192-0/+4
* MFi386: revision 1.466nyan2004-02-191-0/+1
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. Thisbms2004-02-192-0/+13
* When reparenting a process in the PT_DETACH code, only set p_sigparenttruckman2004-02-191-1/+2
* Use size_t or ssize_t wherever appropriate instead of casting from int *tjr2004-02-192-26/+27
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();tjr2004-02-198-32/+22
* - Correct a long-standing race condition in vm_page_try_to_free() thatalc2004-02-191-4/+3
* A Linux thread created using clone() should not send SIGCHLD to itstruckman2004-02-191-3/+3
* Fix problem caused by previous commit where some users' buttonsnjl2004-02-192-11/+2
* Add support for 'h' and 'hh' modifiers for printf(9).njl2004-02-191-2/+21
* Checkpoint the NOTES I was working on.obrien2004-02-191-152/+114
* Fix a long-standing bug where select on vchans doesn't workmatk2004-02-191-3/+13
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-184-436/+22
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offjhb2004-02-181-609/+445
* Change the disk(9) API in order to make device removal more robust.phk2004-02-1828-273/+335
* Add partial support for large (>4GB) files on ext2 filesystems. Thistjr2004-02-186-2/+32
* Don't ignore errors from vfs_allocate_syncvnode.cperciva2004-02-181-1/+1
* Fixed some style bugs (spaces instead of tabs in macro definitions ...).bde2004-02-181-11/+11
* Checkpoint a hack to enable running i386 libc_r binaries on a 64 bitpeter2004-02-181-4/+22
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-1817-465/+442
* Add vector for memmove() (currently aliased to memcpy()) a implementwpaul2004-02-171-0/+20
* Dont use the bio_taskqueue if we are in timeout.sos2004-02-171-2/+2
* Do not place dirmask in unnamed padding. Move it to the bottom of thistrhodes2004-02-171-1/+1
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-177-105/+42
* Correct a comment.dwmalone2004-02-172-2/+2
* Backed out previous commit since it just causes panics unless a specialbde2004-02-171-1/+1
* Mechanical whistespace cleanup.des2004-02-171-19/+19
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,tjr2004-02-171-2/+4
* Re-add sio.S, and properly deal with assembler files.ru2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.obrien2004-02-161-80/+0
* Remove some more 'makedev' related macros.le2004-02-161-10/+0
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-162-3/+3
* Back out previous commit due to objections.des2004-02-161-2/+0
* Back out previous commit; it doesn't seem to do what I thought it does.des2004-02-161-8/+0
* Increase the size of MSGBUF_SIZE if booted with -v.obrien2004-02-161-1/+1
* Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.des2004-02-161-0/+2
* Don't bother storing a result when all you need are the side effects.des2004-02-161-5/+5
* Avoid code duplication on platforms where int and long are the same size.des2004-02-161-0/+8
* Random style fixes and a comment update. No functional changes.des2004-02-161-4/+4
* correct function name in comment.ume2004-02-161-18/+18
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaguido2004-02-161-5/+5
OpenPOWER on IntegriCloud