summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Delete the region we are passed if that is the requested operation.njl2004-01-031-2/+6
* Pass ACL, extended attribute and MAC vnode ops down the vnode stack.tjr2004-01-031-0/+239
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-028-12/+249
* Revision 1.74 of vm_meter.c ("Avoid lock-order reversal") makes the releasealc2004-01-021-2/+0
* Avoid lock-order reversal between the vm object list mutex and the vmalc2004-01-021-5/+15
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-022-2/+5
* Improve on POLA by populating DEVFS before doing devfs(8) rule ioctls.phk2004-01-021-0/+5
* Move the kernel power change printf under bootverbose since thenjl2004-01-021-2/+5
* switch vlan packet tag allocation to use a private zonesam2004-01-022-6/+29
* m_tag fixups in preparation for heavier use:sam2004-01-022-58/+85
* Fix detection of RealTek 8129 PCI cards. Apparently, these cardswpaul2004-01-021-1/+2
* Don't confuse NULL with 0.obrien2004-01-021-3/+3
* It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-024-4/+0
* Clean up ndiscvt a bit (leaving out the -i flag didn't work) and addwpaul2004-01-023-59/+103
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* - Increase the scope of the kmem_object's lock in kmem_malloc(). Add aalc2004-01-011-2/+7
* The reset_type should not be 0x80, it should be set to zero.mbr2004-01-011-1/+1
* - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchalc2004-01-011-6/+1
* Happy 2004!imp2003-12-311-3/+3
* 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
OpenPOWER on IntegriCloud