summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate aio_bufjobs; it's unused.alc2005-05-291-5/+0
* White space normalization: use tabs instead of spaces before and afterrwatson2005-05-291-39/+39
* Normalize white space in syscalls.master: try to use tabs before systemrwatson2005-05-291-20/+20
* Add a new field, sy_auevent, to the system call entry descriptionrwatson2005-05-291-0/+3
* bump version for libpcap (+tcpdump) importsam2005-05-291-1/+1
* Chop a '>' in a feature name (RSVD2>) that snuck in;schweikh2005-05-292-2/+2
* Due to a last minute change in the #ifdefing in malloc.h before committing,rwatson2005-05-291-0/+1
* For consistency with more system include files, add a trailing '_' torwatson2005-05-291-3/+3
* Add place-holder audit.h that defines only au_event_t, which is neededrwatson2005-05-291-0/+39
* Kernel malloc layers malloc_type allocation over one of two underlyingrwatson2005-05-292-146/+231
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakmarius2005-05-291-0/+3
* Fix check for leading zero, so that it does not block two zeroesglebius2005-05-291-1/+5
* Sync with syscons update (Add new member to struct sc_rndr_sw).nyan2005-05-291-0/+2
* The end values passed to rman_manage_region() for PCI i/o and memgrehan2005-05-291-2/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-296-71/+479
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-29173-1269/+84
* Fix panic when module is compiled in and it is loaded from loader.conf.pjd2005-05-281-3/+5
* Change the way options are parsed on the `#!'-line of a shell-script. Insteadgad2005-05-281-7/+174
* Prevent loading modules with are compiled into the kernel.pjd2005-05-281-2/+8
* integrate changes from libpcap-0.9.1-096sam2005-05-281-5/+137
* Update some comments to reflect the change from spl-based to lock-basedalc2005-05-281-4/+3
* pmap_enter() no longer requires Giant. Therefore, stop acquiring andalc2005-05-281-2/+0
* Regenerate from syscalls.master.rwatson2005-05-285-6/+6
* Mark ntp_gettime() as MSTD, since its system call path will acquirerwatson2005-05-281-1/+1
* Explicitly acquire Giant around the ntp_gettime() and assert it in therwatson2005-05-281-0/+4
OpenPOWER on IntegriCloud