summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Use the appropriate values for the notifies. No change in behaviornjl2003-12-311-2/+2
* | In vm_page_lookup() check the root of the vm object's splay tree for thealc2003-12-311-3/+5
* | Add support for an non-branded SUN1889-based 2 port PCI serial card.jhb2003-12-311-0/+10
* | Replace an outb() during the test for configuration mechanism #1 with ajhb2003-12-312-2/+2
* | Added TDK LAK-CD031 (simple NE2000 device).kato2003-12-311-0/+1
* | Sync to 1.80.kato2003-12-311-1/+4
* | Added ID for TDK LAK-CD031 Ethernet card.kato2003-12-311-0/+1
* | - subr_ntoskrnl.c: improve the _fastcall hack based on suggestions fromwpaul2003-12-312-23/+23
* | Simplify vm_page_grab(): Don't bother with the generation check. If thealc2003-12-311-18/+6
* | - Modify vm_object_split() to expect a locked vm object on entry andalc2003-12-302-17/+10
* | Add few new USB vendor/product IDs for Bluetooth USB devices.emax2003-12-303-0/+76
* | - Add new 802.11 OID information obtained from NDIS 5.1 update towpaul2003-12-303-130/+327
* | 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
OpenPOWER on IntegriCloud