summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r71867,msmith2001-01-31261-4208/+7592
|\
| * Update to the 20010125 ACPI CA snapshot.msmith2001-01-31271-4234/+7652
* | Quieten gcc.peter2001-01-311-0/+1
* | Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-317-64/+176
* | Add hpfs and the config glue for it. It was being skipped from testpeter2001-01-314-0/+9
* | Properly lock new vnode.bp2001-01-312-8/+18
* | Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-313-9/+3
* | Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-314-16/+1
* | As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example valuestanimura2001-01-312-8/+8
* | Revert mutex initialization check to look at mtx_description.jasone2001-01-301-1/+1
* | Implement direct support for semipersistant nodes.julian2001-01-307-277/+298
* | Argh, fix a nit that snuck in while trying to resolve conflicts.jhb2001-01-301-2/+1
* | - Fix TUNABLE_STR_FETCH() to actually be a code fragment rather thanjhb2001-01-301-10/+2
* | Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-303-0/+3
* | Make klds for the ar and sr devices and hook them up.jhay2001-01-306-3/+48
* | Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-302-0/+2
* | The ar and sr devices have moved to sys/dev/.jhay2001-01-308-6645/+0
* | This include file has found a new home in sys/dev/ic/.jhay2001-01-301-372/+0
* | Newbusify the sr device and move it to its new location.jhay2001-01-304-3797/+700
* | Update include files to reflect the new location of the ar device.jhay2001-01-302-5/+5
* | Reflect the new location of the ar and sr devices.jhay2001-01-302-4/+6
* | Style (whitespace) nit.peter2001-01-301-4/+4
* | Fix two minor nits.phk2001-01-302-2/+6
* | Fix cut and paste error in a comment.julian2001-01-302-2/+2
* | Fix a race between the syncer and umount. When you umount a softupdatesdillon2001-01-301-12/+38
* | Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-3010-70/+20
* | Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK andpeter2001-01-302-8/+0
* | Remove unnecessary locking to protect the p_upages_obj and p_addrjhb2001-01-303-22/+0
* | - Use the right name for the proctree lock in the locking key.jhb2001-01-301-4/+14
* | Add option ATA_ENABLE_WC for enabling write caching (now off by default).sos2001-01-292-2/+8
* | Add text for option ATA_ENABLE_WC.sos2001-01-292-0/+8
* | Flesh out EFI support somewhat.dfr2001-01-292-45/+591
* | Supply a stub bpf_validate() (always returning false - the script is notpeter2001-01-293-5/+18
* | Use M_PANIC instead of if (sc == NULL) panic();peter2001-01-291-1/+2
* | Remove unused variable 'int n;'peter2001-01-291-1/+0
* | Add M_PANIC flag to the list of available flags passed to malloc().bp2001-01-292-2/+7
* | Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-298-47/+1
* | Convert mca (microchannel bus support) from something that we countpeter2001-01-2915-46/+47
* | Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
* | Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-293-16/+2
* | Yikes, these files bogusly #include "loop.h" but didn't use the value.peter2001-01-293-6/+0
* | Convert 'count en', 'count lnc', 'count fpa', 'count loop' and 'count ar'peter2001-01-291-5/+5
* | Remove unused #include "lnc.h"peter2001-01-291-1/+0
* | Make the number of loopback interfaces dynamically tunable. Why onepeter2001-01-292-18/+80
* | Remove unused #include "snp.h"peter2001-01-292-2/+0
* | Convert ata and atapi #if NATA* > 0 to options instead. Stop configpeter2001-01-294-38/+34
* | Turn '#if NSNP > 0' into an option.peter2001-01-293-7/+10
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-2921-70/+61
* | Gag. These compiled because I had a stray "eisa.h" in my config dir.peter2001-01-292-4/+0
* | Remove stray #include "isa.h"peter2001-01-292-4/+0
OpenPOWER on IntegriCloud