summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #include <errno.h>, not <sys/errno.h>brian1999-04-265-12/+12
* Add support for NetBSD (history() from libedit is different).brian1999-04-261-2/+9
* Make DOMAIN_SET() use SYSINIT rather than linker sets.peter1999-04-261-3/+3
* Make NETISR_SET use a SYSINIT() rather than a linker set.peter1999-04-261-5/+5
* More egcs warning fixes:imp1999-04-2510-16/+23
* More egcs warning fixes:imp1999-04-253-9/+10
* More egcs warning fixes:imp1999-04-258-18/+13
* More egcs warning fixes:imp1999-04-257-14/+19
* Use braces to avoid potentially ambiguous else clause.imp1999-04-254-5/+8
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* Make man page reflect reality on parsing rules. Now I know Jordandcs1999-04-252-6/+8
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-2511-26/+34
* pmap_dispose_proc and pmap_copy_page:alc1999-04-252-28/+46
* Revert previous commit. It broke 'make world' with NOSHARED=yes becausesteve1999-04-251-2/+2
* use `target' macro crafted in parent Makefile rather than making our ownobrien1999-04-251-2/+2
* Hookup FORTRAN info docs.obrien1999-04-252-1/+15
* Typowosch1999-04-252-4/+4
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oobrien1999-04-251-43/+1
* Change the loader.rc in the boot floppy to:max1999-04-251-2/+4
* Typo in comment.kris1999-04-251-1/+1
* Reverted some more of rev.1.9 (emphasize that -H != -h).bde1999-04-251-1/+6
* Added used include.dt1999-04-251-1/+2
* Quick fix to allow transfer files >2GB.dt1999-04-251-3/+3
* Add an entry for the Xircom GlobalACCESS modembrian1999-04-252-2/+14
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-259-13/+37
* Allow multiple opens.phk1999-04-251-5/+10
* Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went apeter1999-04-251-1/+6
* Re-fixed to start at 1969 per the actual Posix requirement. Alsowes1999-04-252-7/+7
* Remove obsolete interrupt labels.kato1999-04-252-86/+86
* Sync with sys/i386/i386/userconfig.c revision 1.137.kato1999-04-251-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.112.kato1999-04-252-8/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.148.kato1999-04-252-4/+4
* De-quote.kato1999-04-252-40/+38
* Sync with sys/boot/i386/loader/Makefile revision 1.34.kato1999-04-251-3/+3
* Bring two-digit years up-to-date with POSIX requirements.wes1999-04-252-2/+12
* The fd options changed during new-bus.peter1999-04-242-8/+6
* De-quote where possible and minor tweaks. depends on a current config(8).peter1999-04-245-417/+407
* Bump configvers; when the updates to generic/lint get committed, the oldpeter1999-04-246-12/+12
* Goodbye lkm.4peter1999-04-242-168/+1
* The infrastructure to build these fellows has been replaced with kld.peter1999-04-2412-1108/+0
* Drop example lkm treepeter1999-04-241-15/+1
* Zap lkm examples, they don't do anything anymore.peter1999-04-2416-1064/+0
* Sync with rc.i386 - use kldload rather than modload (which never existedpeter1999-04-241-3/+5
* Zap default creation of /dev/lkm - it doesn't point to anything anymorepeter1999-04-243-6/+3
* Add $Id: $billf1999-04-242-0/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-242-2/+10
* #if 0 out the pci device list, not that you could do a lot with it. Itpeter1999-04-241-4/+4
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-2456-67/+289
* Replace the pcidevice_set linker set based configuration mechanism for oldpeter1999-04-244-22/+58
* Zap some #if 0 code for wired PCI devices. This will look quite differentpeter1999-04-241-155/+1
OpenPOWER on IntegriCloud