summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes to update driver with latest Intel driver version 2.1.7tackerman2005-05-265-529/+2504
* s/_KLD_MODULE/KLD_MODULE/cognet2005-05-261-1/+1
* Don't enable interrupts in the dispatcher, there's no need to do so.cognet2005-05-261-2/+1
* Don't call vm_page_dirty() in pmap_nuke_pv(), it's not the place to do so, andcognet2005-05-261-2/+1
* Plug mbuf leak, that I have introduced in 1.85. Also restore important commentglebius2005-05-261-5/+13
* This is conform with the terminology inps2005-05-254-20/+18
* After provider creation!!pjd2005-05-251-6/+6
* Separate out address-detaching part of if_detach into if_purgeaddrs,peadar2005-05-253-46/+45
* Remove bits specific to CPUs we won't support (< armv4).cognet2005-05-255-538/+15
* Increase the refresh rate.cognet2005-05-251-1/+1
* Add a missing comma which prevents compilation with debugging enabled.harti2005-05-251-1/+1
* - Call root_mount_rel() when provider IS created, not earlier.pjd2005-05-251-8/+20
OpenPOWER on IntegriCloud