summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Happy 2003.imp2003-01-011-2/+2
* Experimental support for suspend/resume, not finished yet.simokawa2003-01-013-160/+182
* Reduce debug message.simokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.simokawa2003-01-013-5/+64
* Use 0600 for permissions for /dev/devctl until it is cloneable.imp2003-01-011-1/+2
* When compiling the kernel do not implicitly include filedesc.h from proc.h,alfred2003-01-0112-30/+86
* When complaining about obsolete/unimplemented syscalls output the processalfred2003-01-011-2/+2
* fdcopy() only needs a filedesc pointer.alfred2003-01-014-8/+9
* purge 'register'.alfred2003-01-011-31/+31
* Since fdshare() and fdinit() only operate on filedescs, make themalfred2003-01-013-16/+16
* fdinit() does not need to lock the filedesc it is creating as no onealfred2003-01-011-3/+0
* Add a needed #include.alc2003-01-011-0/+1
* Return an error when r/w is requested on an unsupported device instead ofnjl2002-12-312-0/+6
* Implement a variant locking scheme for vm maps: Access to system mapsalc2002-12-312-16/+39
* Revert previous and move the prototype for db_alt_break to ddb.h.jake2002-12-312-7/+4
* o reduce the overhead of calling ppsratecheck by using ticks instead ofsam2002-12-311-55/+24
* 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
OpenPOWER on IntegriCloud