summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't update outgoing ifp, if ipsec tunnel mode encapsulationume2004-02-161-3/+5
* nuke unused functions.ume2004-02-163-53/+0
* we don't need to include ipsec.h.ume2004-02-161-8/+0
* Spell types consistently throughout this file. Do not use the __packed ...bms2004-02-161-4/+4
* - Clean up global data.simokawa2004-02-163-38/+58
* Correct a long-standing race condition in vm_contig_launder() that couldalc2004-02-161-0/+2
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-163-22/+80
* White-space align a struct definition.phk2004-02-153-37/+27
* Abstract dirhash's locking using macros. This should make it easier todwmalone2004-02-151-69/+75
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on thedwmalone2004-02-151-1/+1
* In fdcheckstd the descriptor table should never be shared, so justdwmalone2004-02-151-9/+7
* Workaround some ACPI BIOSen which break the IO port into multiplenjl2004-02-152-2/+70
* Fixed style bugs near previous commit (mainly formatting errors andbde2004-02-151-16/+13
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedcperciva2004-02-151-2/+0
* Split the initialization of the cdevsw into a separate function.phk2004-02-151-7/+14
* This is not a D_TTY driver.phk2004-02-152-2/+0
OpenPOWER on IntegriCloud