aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Chop a '>' in a feature name (RSVD2>) that snuck in;Jens Schweikhardt2005-05-292-2/+2
* Due to a last minute change in the #ifdefing in malloc.h before committing,Robert Watson2005-05-291-0/+1
* For consistency with more system include files, add a trailing '_' toRobert Watson2005-05-291-3/+3
* Add place-holder audit.h that defines only au_event_t, which is neededRobert Watson2005-05-291-0/+39
* Kernel malloc layers malloc_type allocation over one of two underlyingRobert Watson2005-05-292-146/+231
* Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl2005-05-291-0/+3
* Fix check for leading zero, so that it does not block two zeroesGleb Smirnoff2005-05-291-1/+5
* Sync with syscons update (Add new member to struct sc_rndr_sw).Yoshihiro Takahashi2005-05-291-0/+2
* The end values passed to rman_manage_region() for PCI i/o and memPeter Grehan2005-05-291-2/+2
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-296-71/+479
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-29173-1269/+84
* Fix panic when module is compiled in and it is loaded from loader.conf.Pawel Jakub Dawidek2005-05-281-3/+5
* Change the way options are parsed on the `#!'-line of a shell-script. InsteadGarance A Drosehn2005-05-281-7/+174
* Prevent loading modules with are compiled into the kernel.Pawel Jakub Dawidek2005-05-281-2/+8
* integrate changes from libpcap-0.9.1-096Sam Leffler2005-05-281-5/+137
* Update some comments to reflect the change from spl-based to lock-basedAlan Cox2005-05-281-4/+3
* pmap_enter() no longer requires Giant. Therefore, stop acquiring andAlan Cox2005-05-281-2/+0
* Regenerate from syscalls.master.Robert Watson2005-05-285-6/+6
* Mark ntp_gettime() as MSTD, since its system call path will acquireRobert Watson2005-05-281-1/+1
* Explicitly acquire Giant around the ntp_gettime() and assert it in theRobert Watson2005-05-281-0/+4
* Change the spkr_set_pitch() function to a macro to fix low level profiling.Yoshihiro Takahashi2005-05-284-28/+20
* Regenerate for updated syscalls.master.Robert Watson2005-05-285-13/+13
* Mark the following compatability system calls as MCOMPAT or MCOMPAT4 basedRobert Watson2005-05-281-8/+8
* Fix use of uninitialized variable len in ngd_send.Bjoern A. Zeeb2005-05-281-3/+7
* Regenerate from syscalls.master.Robert Watson2005-05-285-6/+6
* Mark quotactl() as MSTD.Robert Watson2005-05-281-1/+1
* Acquire Giant explicitly in quotactl() so that the syscalls.masterRobert Watson2005-05-282-4/+20
* Regenerate from updated syscalls.master.Robert Watson2005-05-285-6/+6
* Mark kenv(2) as MPSAFE, since it appears to be properly locked down.Robert Watson2005-05-281-1/+1
* Regenerate system call tables from syscalls.master.Robert Watson2005-05-285-9/+9
* Also mark the COMPAT4 version of fhstatfs() as MPSAFE.Robert Watson2005-05-281-1/+1
* Mark fhopen(), fhstat(), and fhstatfs() as MSTD, since they nowRobert Watson2005-05-281-3/+3
* Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(),Robert Watson2005-05-282-20/+72
* Add 6300ESB, which should be treated as ICH4.Seigo Tanimura2005-05-281-1/+9
* Let OSPFv3 go through ipfw. Some more additional checks would beSeigo Tanimura2005-05-281-0/+5
* Update refrenced URL for SNMP list of ifTypes to refer to iana.orgBrooks Davis2005-05-281-1/+1
* Move AVM USB Bluetooth-Adapter BlueFritz! from "broken" devices listMaksim Yevmenkin2005-05-281-4/+6
* - Add support to the loader for multiple consoles.John Baldwin2005-05-275-53/+146
* Fix a warning by adding a missing 'const'.John Baldwin2005-05-272-2/+2
* Print out the commands from /boot.config after parsing them so that theyJohn Baldwin2005-05-273-3/+3
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().Pawel Jakub Dawidek2005-05-271-4/+3
* Remove (now) unused argument 'td' from cvtstatfs().Pawel Jakub Dawidek2005-05-272-14/+12
* Sync locking in freebsd4_getfsstat() with getfsstat().Pawel Jakub Dawidek2005-05-272-0/+6
* Use consistent style in functions I want to modify in the near future.Pawel Jakub Dawidek2005-05-272-18/+30
* In the current world order, each socket has two mutexes: a mutexRobert Watson2005-05-272-26/+12
* Remove thread_upcall_check, it was used to avoid race bug in earlierDavid Xu2005-05-273-16/+1
* Back out ipx.h:1.18, which introduced a Linux API compatibility field inRobert Watson2005-05-271-3/+0
* Remove sleep queue hack, it is no longer needed with current sleep queue.David Xu2005-05-271-8/+0
* Remove pmap_deactivate(), we do not use it.Olivier Houchard2005-05-271-6/+0
* Latest README to correspond to latest Intel version 2.1.7Tony Ackerman2005-05-261-143/+124