summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* restore led state on resumesam2005-06-021-0/+4
* Honouring current authmode setting. With this patch, my wi card can nowavatar2005-06-021-1/+3
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-022-18/+34
* Giant is no longer required in kern_setrlimit(); remove its acquisition andalc2005-06-011-2/+0
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Temperarly disable building in the bzip2 support by default so we can fitobrien2005-06-011-1/+1
* Typo.jhb2005-06-011-1/+1
* When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-012-0/+12
* Assert that tcbinfo is locked in tcp_input() before calling intorwatson2005-06-012-2/+18
* Assert the tcbinfo lock whenever tcp_close() is to be called byrwatson2005-06-012-0/+22
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* Slight white space tweak.rwatson2005-06-011-0/+1
* Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().rwatson2005-06-011-1/+6
* De-spl UDP.rwatson2005-06-011-31/+5
* Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-013-2/+7
* Printing a warning once when trying to bring up interface before firmware load.avatar2005-06-012-0/+4
* Don't enable I/O or memory mode in a device's command register if the BARjhb2005-05-311-7/+7
* Add a missing const to alpha_setcurrdev() to quiet a warning.jhb2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *jhb2005-05-311-4/+4
* Whitespace.jhb2005-05-311-1/+1
* Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* This patch addresses a standards violation issue. The standards say akensmith2005-05-313-1/+25
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* According to:rodrigc2005-05-312-0/+97
* Do not declare a struct as extern, and then implementrodrigc2005-05-311-59/+57
* MFi386: revision 1.533.nyan2005-05-311-0/+1
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-314-0/+80
* Synchronize access to aio_freeproc with a mutex. Eliminate related splalc2005-05-301-12/+21
* Use the proc mtx to prevent simultaneous changes to p_aioinfo.alc2005-05-302-17/+22
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.scottl2005-05-301-1/+2
* Eliminate unnecessary calls to wakeup(); no one sleeps on &aio_freeproc.alc2005-05-301-12/+1
* Rebuild generated system call definition files following the addition ofrwatson2005-05-3028-2538/+2541
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-309-2964/+3668
* Markup nits.ru2005-05-301-2/+2
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* - Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.jeff2005-05-302-0/+10
* Deny to switch into banked video mode when it is not available. Somedelphij2005-05-301-1/+2
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-309-22/+78
* Eliminate aio_activeproc; it's unused.alc2005-05-301-6/+0
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isscottl2005-05-302-0/+2
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-297-14/+17
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
* Call cninit_finish() from configure_final().marcel2005-05-292-0/+2
* Call cninit_finish() in configure_final().marcel2005-05-291-0/+2
* Call cninit_finish() and set cold to 0 in configure_final() insteadmarcel2005-05-291-3/+3
* o Call cninit_finish() in configure_final().marcel2005-05-291-86/+1
OpenPOWER on IntegriCloud