summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix broken Giant locking protocol introduced in rev 1.114. You cannotPeter Wemm2002-02-081-0/+1
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedPeter Wemm2002-02-083-22/+22
* Remove bogus range restrictions that attempted to restrict the rangeWarner Losh2002-02-081-14/+30
* o Merge various recent fixes from the MAC branch relating to extattrctl():Robert Watson2002-02-082-12/+20
* Fix world breakage (compiling libstdc++):Peter Wemm2002-02-081-2/+2
* Fix a fatal trap when using ksched_setscheduler() (eg: mozilla, netscapePeter Wemm2002-02-081-1/+1
* Add a helper script used to take an Intel-supplied ACPI CA drop and make itMike Smith2002-02-081-0/+42
* remove superfluous blank lineJulian Elischer2002-02-081-1/+0
* Fix a couple of style bugs introduced (or touched by) previous commit.Peter Wemm2002-02-075-6/+5
* Fix a whole bunch of long lines introduced by previous commit by usingPeter Wemm2002-02-071-11/+15
* Fix a long line touched in previous commit (but not caused by previousPeter Wemm2002-02-071-1/+2
* Attempt to patch up some style bugs introduced in the previous commitPeter Wemm2002-02-075-23/+31
* Attempt to unmangle some code touched in the previous commit.Peter Wemm2002-02-071-11/+8
* Fix a long line introduced in previous commit.Peter Wemm2002-02-071-1/+2
* Fix long line added in previous commit.Peter Wemm2002-02-071-1/+3
* Patch up some long lines introduced in previous commit.Peter Wemm2002-02-071-3/+7
* Fix style bug introduced in previous commit.Peter Wemm2002-02-071-1/+1
* Occationally background fsck would cause a spurious ``freeing freeKirk McKusick2002-02-071-0/+4
* Replace a few more lines of code orphaned by MFREE going away.Matt Jacob2002-02-072-6/+10
* You cannot take the address of a variable with the 'register' qualifier.Matt Jacob2002-02-071-1/+1
* Remove the inline assembly optimized versins of bintime_*() functions,Poul-Henning Kamp2002-02-071-30/+0
* Revise timercounters to use binary fixed point format internally.Poul-Henning Kamp2002-02-074-115/+171
* Pre-KSE/M3 commit.Julian Elischer2002-02-0771-381/+430
* GC the PC_SWITCH* symbols which are not used in assembly anymore.Poul-Henning Kamp2002-02-075-7/+0
* Replace the MFREE that Marshal (Quick Draw) Dillon apparently didn't look for.Matt Jacob2002-02-071-3/+6
* Use ETHER_CRC_LEN instead of SIS_CRC_SIZELuigi Rizzo2002-02-071-2/+1
* Fix a bug in the driver -- the chip will always include the CRCLuigi Rizzo2002-02-071-1/+2
* Remove DETACH_NOWARNWarner Losh2002-02-071-1/+0
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachWarner Losh2002-02-071-4/+3
* Occationally deleted files would hang around for hours or daysKirk McKusick2002-02-071-7/+10
* Fix support for 630ET support. We don't need the Linux part to set theDoug Ambrisko2002-02-062-11/+4
* Make LINT compile after fruitless attempts to get the authorsJulian Elischer2002-02-064-3/+9
* Fixes for alpha pmap on SMP machines:John Baldwin2002-02-063-52/+66
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-064-0/+51
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlyMatthew Dillon2002-02-061-2/+3
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-052-0/+6
* Fix a race with free'ing vmspaces at process exit when vmspaces areAlfred Perlstein2002-02-055-20/+37
* Let the number of timecounters follow hz, otherwise people withPoul-Henning Kamp2002-02-052-3/+4
* The hardware checksum code makes the assumption that a packet routed outArchie Cobbs2002-02-051-2/+9
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-052-19/+30
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-0515-95/+67
* + A variety of 23XX changes:Matt Jacob2002-02-0410-56/+219
* Move the pseudofs, procfs and linprocfs modules out from the fs directory.Dag-Erling Smørgrav2002-02-046-31/+34
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-0418-2044/+2254
* Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily.Robert Watson2002-02-041-4/+2
* Return EPERM instead of 0 in the un-implemented pseudofs_setattr().Robert Watson2002-02-041-2/+1
* o Scatter vn_start_write() and vn_finished_write() through ACL code soRobert Watson2002-02-043-9/+30
* Corrected an argument to in6_pcbnotify().Hajimu UMEMOTO2002-02-041-2/+3
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialHajimu UMEMOTO2002-02-042-0/+6