summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Document the net.inet.ip.subnets_are_local sysctl.ru2003-12-301-1/+1
* Sync with NetBSD:sobomax2003-12-303-37/+59
* Backed out a small part of rev.1.15. -Winline now works better, sobde2003-12-301-2/+1
* Backed out rev.1.48. -Winline now works better so there should be nobde2003-12-301-1/+1
* Garbage-collected CLK_USE_TSC_CALIBRATION.bde2003-12-304-16/+12
* - Bump up the general and status RID sizesambrisko2003-12-306-67/+46
* Rework resource allocation. Replace the "feel around like a blind man"wpaul2003-12-292-85/+105
* Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentationbde2003-12-291-58/+68
* Garbage-collected some vestiges of objformat support (mainly ${FMT}).bde2003-12-293-6/+4
* Fixed some style bugs (manly a few English usage errors in comments andbde2003-12-291-15/+15
* Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()bde2003-12-291-11/+8
* Fixed style bugs in rev.1.112. The bugs started with obscure magicbde2003-12-291-12/+12
* Use double quotes instead of single quotes for echos to build optionsbde2003-12-293-3/+4
* Fixed some style bugs (mainly the bad examples @echo, NOMAN, and non-usebde2003-12-291-10/+6
* Fixed some style bugs:bde2003-12-291-8/+6
* Fixed some style bugs. SRCS and the opt_*.h rules were totallybde2003-12-291-11/+10
* Unbreak build of bpf-free kernels.tjr2003-12-291-1/+1
* Sorted includes. Removed duplicates exposed by this.bde2003-12-291-12/+9
* Sorted includes.bde2003-12-291-13/+12
* gdbinit target: Remove comment lines from dot.gdbinit. This allows us togrog2003-12-291-2/+3
* Remove swap_pager_un_object_list; it is unused.alc2003-12-291-24/+8
* Don't bother clearing PG_ZERO on the page table page in _pmap_allocpte();alc2003-12-281-1/+0
* Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6.njl2003-12-281-1/+1
* Implement NdisInitUnicodeString().wpaul2003-12-281-0/+28
* Remove the sanity test in ndis_adjust_buflen(). I'm not sure what thewpaul2003-12-281-2/+0
* Plug a leak of open files that happens when you exec a suid programdwmalone2003-12-281-0/+1
* Fix to support pc98 and currect typo.nyan2003-12-281-2/+11
* Add detach method.nyan2003-12-282-0/+2
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-284-7/+7
* Move the declarations for nsfbufs and friends over to sf_buf.h fromsilby2003-12-282-3/+4
* Track three new sendfile-related statistics:silby2003-12-289-0/+13
* update radiotap support to reflect recent changes:sam2003-12-282-11/+22
* update radiotap support to reflect recent changes:sam2003-12-282-13/+14
* Sync with netbsd:sam2003-12-281-43/+60
* Don't bother clearing and setting PG_BUSY on page table directory pages.alc2003-12-281-4/+0
* Fixed some style bugs (mainly, try to always use explicit comparisons withbde2003-12-281-8/+7
* Fixed some disordering in revs.1.194 and 1,196. Moved the exceve() syscallbde2003-12-281-55/+55
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-2816-261/+116
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-288-16/+11
* Fix the maxpipekva warning message so that it points to the correctsilby2003-12-281-1/+1
* Remove GIANT_REQUIRED from kmem_suballoc().alc2003-12-281-2/+0
* New sio module. A number of people have suggested this over the yearsimp2003-12-271-0/+25
* Add detach methods so we can unload the sio module.imp2003-12-273-0/+3
* Remove GIANT_REQUIRED from exec_unmap_first_page().alc2003-12-271-1/+0
* Fix slight disordering of supported cards.imp2003-12-271-3/+3
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.maxim2003-12-271-1/+1
* Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new onesbde2003-12-271-4/+5
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-278-0/+38
* - Reduce Giant's scope in vm_fault().alc2003-12-261-14/+10
* Minor correction to revision 1.258: Use the proc pointer that is passed toalc2003-12-261-2/+1
OpenPOWER on IntegriCloud