summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix and add several device IDs.simokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.simokawa2002-12-314-18/+295
* Improve error checking of phy access and retry when error occurs.simokawa2002-12-311-16/+22
* MFi386: Add the bge driver.nyan2002-12-311-0/+1
* Reserve major 182 for the zs driver.jake2002-12-311-0/+1
* - Add a function db_alt_break which recognizes the character sequence used tojake2002-12-312-1/+51
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()rwatson2002-12-311-1/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.scottl2002-12-315-8/+13
* Add complete struct timeval by including <sys/_timeval.h>.mike2002-12-311-8/+1
* Move struct timeval to its own header so that it can be shared betweenmike2002-12-312-9/+53
* RIP liloldr.obrien2002-12-314-364/+0
* MFS 1.6.2.3: fixup statistics; turn off batching by default; add maxsam2002-12-302-12/+63
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-3039-56/+56
* 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
OpenPOWER on IntegriCloud