summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-3018-67/+126
* fix build (make LINT)sam2002-12-301-0/+1
* Remove the PAWS ack-on-ack debugging printf().dillon2002-12-302-10/+4
* correct style bogonssam2002-12-301-4/+2
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.jake2002-12-301-0/+2
* Leave only one of the two $FreeBSD$ tag, and use __FBSDID().mux2002-12-301-6/+3
* Change the ident so people know a kernel built with this has SMP support.obrien2002-12-301-0/+2
* Sync with GENERIC rev 1.371.obrien2002-12-301-2/+10
* Using our new wonderful include directive, save our x86 SMP users fromobrien2002-12-301-0/+10
* - Add more CSR related definitions (IEEE-1212).simokawa2002-12-301-5/+62
* - Mark the kernel_map as a system map immediately after its creation.alc2002-12-301-2/+2
* o cannot use M_COPY_PKTHDR on an mbuf that has a cluster; if we need tosam2002-12-301-8/+29
* - Increment the vm_map's timestamp if _vm_map_trylock() succeeds.alc2002-12-301-10/+11
* - Remove vm_object_init2(). It is unused.alc2002-12-293-8/+3
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-293-0/+12
* Provide prototypes for new ACL system calls to manipulate ACLs "byrwatson2002-12-291-1/+11
* Implement new ACL system calls which do not follow symbolic links:rwatson2002-12-293-3/+267
* Regen from syscalls.master:1.139rwatson2002-12-295-7/+46
* Add definitions for four new system calls:rwatson2002-12-291-0/+8
* Fix drift of the comment about sa_sigaction away from its code.mike2002-12-291-1/+1
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreambrisko2002-12-295-330/+1301
* Add a new vnode flag VI_DOINGINACT to indicate that a VOP_INACTIVEiedowse2002-12-292-17/+41
* Implement ioctls for tampering with sector0.phk2002-12-291-27/+84
* Add a couple of ioctls for modifying MBR's and the rest of sector0.phk2002-12-291-0/+6
* Use a timeout of one second while we wait for the vnode washer,phk2002-12-291-1/+1
* Save 16 bytes per mutex if MUTEX_PROFILING is not defined.phk2002-12-291-1/+6
* Vnodes pull in 800-900 bytes these days, all things counted, so we needphk2002-12-291-5/+15
* There is some sort of race/deadlock which I have not identifiedphk2002-12-291-1/+6
* Use memset instead of __builtin_memset. Apparently there's an inlinejake2002-12-291-1/+1
* Reduce the number of times that we acquire and release the page queuesalc2002-12-294-8/+2
* o Fix ordering of typedefs.mike2002-12-291-10/+12
* sa_handler is in the POSIX namespace (5.0-R candidate).mike2002-12-291-2/+3
* Use the meaningful mnemonics for ancillary state registers now that gasjake2002-12-293-8/+7
* Forgot this file in previous commit.jake2002-12-281-0/+1
* - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled.jake2002-12-281-27/+41
* Map VAPPEND to VWRITE since the ugidfw rule syntax doesn't specificallyrwatson2002-12-281-0/+9
* Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be usedjake2002-12-281-0/+7
* Don't put a newline in KTR traces.jake2002-12-281-1/+1
* Add a tunable kern.smp.disabled for disabling explicitly smp on an smpjake2002-12-281-1/+5
* Assert that the page queues lock rather than Giant is held inalc2002-12-281-1/+2
* - Use VM_ALLOC_WIRED.alc2002-12-281-5/+7
* Allow lint-like tools to override DROP_GIANT and friends.phk2002-12-281-3/+6
* KASSERT that vop_revoke() gets a VCHR.phk2002-12-281-1/+2
* It is bad style to define the same structure in multiple headerphk2002-12-283-16/+47
* Remove unused cdevsw_ALLOCSTART macro.phk2002-12-281-2/+0
* Remove cdevw_add() calls, they are deprecated.phk2002-12-281-1/+0
* Remove cdevsw_add calls, they are deprecated.phk2002-12-281-2/+1
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.phk2002-12-282-12/+0
* vm_pager_put_pages() takes VM_PAGER_* flags, not OBJPC_* flags. It justdillon2002-12-281-1/+1
* Hold the page queues lock around calls to vm_page_flag_clear() andalc2002-12-281-0/+4
OpenPOWER on IntegriCloud