aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,Tim J. Robbins2004-02-171-2/+4
* Re-add sio.S, and properly deal with assembler files.Ruslan Ermilov2004-02-174-383/+8
* Fix the AMD64 build: this file shouldn't exist.David E. O'Brien2004-02-161-80/+0
* Remove some more 'makedev' related macros.Lukas Ertl2004-02-161-10/+0
* Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-162-3/+3
* Back out previous commit due to objections.Dag-Erling Smørgrav2004-02-161-2/+0
* Back out previous commit; it doesn't seem to do what I thought it does.Dag-Erling Smørgrav2004-02-161-8/+0
* Increase the size of MSGBUF_SIZE if booted with -v.David E. O'Brien2004-02-161-1/+1
* Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.Dag-Erling Smørgrav2004-02-161-0/+2
* Don't bother storing a result when all you need are the side effects.Dag-Erling Smørgrav2004-02-161-5/+5
* Avoid code duplication on platforms where int and long are the same size.Dag-Erling Smørgrav2004-02-161-0/+8
* Random style fixes and a comment update. No functional changes.Dag-Erling Smørgrav2004-02-161-4/+4
* correct function name in comment.Hajimu UMEMOTO2004-02-161-18/+18
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setMatt Jacob2004-02-161-1/+0
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaGuido van Rooij2004-02-161-5/+5
* don't update outgoing ifp, if ipsec tunnel mode encapsulationHajimu UMEMOTO2004-02-161-3/+5
* nuke unused functions.Hajimu UMEMOTO2004-02-163-53/+0
* we don't need to include ipsec.h.Hajimu UMEMOTO2004-02-161-8/+0
* Spell types consistently throughout this file. Do not use the __packed ...Bruce M Simpson2004-02-161-4/+4
* - Clean up global data.Hidetoshi Shimokawa2004-02-163-38/+58
* Correct a long-standing race condition in vm_contig_launder() that couldAlan Cox2004-02-161-0/+2
* More cleanups/fixes for the AMD Am1771 driver:Bill Paul2004-02-163-22/+80
* White-space align a struct definition.Poul-Henning Kamp2004-02-153-37/+27
* Abstract dirhash's locking using macros. This should make it easier toDavid Malone2004-02-151-69/+75
* Return EACCES rather than ENOBUFS if ipfw blocks a packet on theDavid Malone2004-02-151-1/+1
* In fdcheckstd the descriptor table should never be shared, so justDavid Malone2004-02-151-9/+7
* Workaround some ACPI BIOSen which break the IO port into multipleNate Lawson2004-02-152-2/+70
* Fixed style bugs near previous commit (mainly formatting errors andBruce Evans2004-02-151-16/+13
* Remove opv_desc_vector from vfs_add_vnodeops, since it is definedColin Percival2004-02-151-2/+0
* Split the initialization of the cdevsw into a separate function.Poul-Henning Kamp2004-02-151-7/+14
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-152-2/+0
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofBruce Evans2004-02-152-14/+12
* Removed support for the unsupported option READONLY. It just forcedBruce Evans2004-02-152-8/+0
* Remove excess brackets.Robert Watson2004-02-151-3/+2
* Correct a long-standing race condition in vm_fault() that could result in aAlan Cox2004-02-151-3/+1
* mdoc(7) janitor:Simon L. B. Nielsen2004-02-151-18/+32
* Remove the static major assignment for iir(4).Scott Long2004-02-143-7/+1
* Remove the static major assignment for ips(4).Scott Long2004-02-142-3/+0
* Remove the reservation for the I2O device. The code never materialized, andScott Long2004-02-141-1/+0
* Final brucification pass. Spell types consistently (u_int). Remove bogusBruce M Simpson2004-02-143-3/+3
* Adding missing cx (cronyx/Sigma) entry.Roman Kurakin2004-02-141-0/+2
* Fixing copyright and adding vendor cvs id.Roman Kurakin2004-02-141-1/+2
* Fix a problem with the way we schedule work on the NDIS worker threads.Bill Paul2004-02-142-2/+22
* Fixing memory deallocationRoman Kurakin2004-02-141-13/+25
* Use consistent style for cdevsw initializationPoul-Henning Kamp2004-02-141-5/+5
* Use standard style for cdevsw initialization.Poul-Henning Kamp2004-02-142-7/+7
* Use standard style for cdevsw initializtionPoul-Henning Kamp2004-02-141-9/+9
* Use same style for cdevsw as the rest of our drivers.Poul-Henning Kamp2004-02-141-5/+5
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-141-1/+1
* By default, don't allow processes in a jail to list the set ofRobert Watson2004-02-141-0/+7