summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-284-28/+20
* Regenerate for updated syscalls.master.rwatson2005-05-285-13/+13
* Mark the following compatability system calls as MCOMPAT or MCOMPAT4 basedrwatson2005-05-281-8/+8
* Fix use of uninitialized variable len in ngd_send.bz2005-05-281-3/+7
* Regenerate from syscalls.master.rwatson2005-05-285-6/+6
* Mark quotactl() as MSTD.rwatson2005-05-281-1/+1
* Acquire Giant explicitly in quotactl() so that the syscalls.masterrwatson2005-05-282-4/+20
* Regenerate from updated syscalls.master.rwatson2005-05-285-6/+6
* Mark kenv(2) as MPSAFE, since it appears to be properly locked down.rwatson2005-05-281-1/+1
* Regenerate system call tables from syscalls.master.rwatson2005-05-285-9/+9
* Also mark the COMPAT4 version of fhstatfs() as MPSAFE.rwatson2005-05-281-1/+1
* Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they nowrwatson2005-05-281-3/+3
* Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(),rwatson2005-05-282-20/+72
* Add 6300ESB, which should be treated as ICH4.tanimura2005-05-281-1/+9
* Let OSPFv3 go through ipfw. Some more additional checks would betanimura2005-05-281-0/+5
* Update refrenced URL for SNMP list of ifTypes to refer to iana.orgbrooks2005-05-281-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listemax2005-05-281-4/+6
* - Add support to the loader for multiple consoles.jhb2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.jhb2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyjhb2005-05-273-3/+3
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* Remove (now) unused argument 'td' from cvtstatfs().pjd2005-05-272-14/+12
* Sync locking in freebsd4_getfsstat() with getfsstat().pjd2005-05-272-0/+6
* Use consistent style in functions I want to modify in the near future.pjd2005-05-272-18/+30
* In the current world order, each socket has two mutexes: a mutexrwatson2005-05-272-26/+12
* Remove thread_upcall_check, it was used to avoid race bug in earlierdavidxu2005-05-273-16/+1
* Back out ipx.h:1.18, which introduced a Linux API compatibility field inrwatson2005-05-271-3/+0
* Remove sleep queue hack, it is no longer needed with current sleep queue.davidxu2005-05-271-8/+0
* Remove pmap_deactivate(), we do not use it.cognet2005-05-271-6/+0
* Latest README to correspond to latest Intel version 2.1.7tackerman2005-05-261-143/+124
OpenPOWER on IntegriCloud