summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_object_madvise:alc1999-08-121-6/+16
* vm_object_madvise:alc1999-08-121-9/+11
* Fix a problem in printing interface names.luigi1999-08-121-9/+13
* Whoops, forgot one line in previous patch.luigi1999-08-121-1/+2
* Pass as argv[0] the name of the shell executed instead of "sh".sheldonh1999-08-111-2/+2
* Make subr_bus.c actually compile with -DBUS_DEBUGpeter1999-08-111-6/+6
* Now that all chipsets support S/G DMA (which is required for ISA devices)gallatin1999-08-112-8/+6
* Enable S/G IO. Based on Doug's changes to cia.cgallatin1999-08-111-1/+65
* Document the use of the -a flag in conjunction with the -r flag.nik1999-08-112-3/+11
* Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commentednik1999-08-111-2/+3
* Zap some stray references to DRIVER_TYPE_foo in the BUS_DEBUG case, aspeter1999-08-111-12/+3
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-117-16/+22
* Stop profiling on exec.imp1999-08-111-1/+4
* _pmap_allocpte:alc1999-08-113-18/+9
* Document ${VPATH} and that it _should_not_ be used in any new Makefiles.chris1999-08-111-1/+16
* Userland and manual page changes for probabilistic rule match.luigi1999-08-112-4/+41
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* When doing a dump, if ENODEV is returned explain what happened to the user,alfred1999-08-111-3/+13
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.marcel1999-08-117-11/+151
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notmarcel1999-08-112-10/+10
* Christen a BUGS section for an explanation of the impact of Daylightsheldonh1999-08-111-1/+13
* Unbroke zforce.ru1999-08-112-13/+7
* Support 21-bit minor numbers. Avoid wasting a byte in their octalbde1999-08-111-2/+15
* Reserve bdev/cdev entries for i2o driver.jkh1999-08-112-2/+6
* contigmalloc1:alc1999-08-111-7/+5
* mfs: DOC2K label type for legacy labelsimp1999-08-113-3/+9
* Add a contigfree() as a corollary to contigmalloc() as it's not clearpeter1999-08-102-2/+14
* Support DMA on ATAPI devices (finally).sos1999-08-104-13/+98
* Treat an attempt to read from a write-only stream more consistently.rnordier1999-08-101-1/+2
* Small tweak: remember to free the tx ring data (which is malloc()ed) ifwpaul1999-08-102-4/+6
* Convert the Winbond driver to newbus and have it compiled as a module.wpaul1999-08-105-86/+178
* Convert the VIA Rhine driver to newbus and set it up to be compiled aswpaul1999-08-1016-225/+414
* Teach truss to print symbolic signal names (e.g. SIGHUP instead of 0x01).des1999-08-102-3/+24
* Document the usefulness of Michelle Pfeiffer in OS marketing.des1999-08-101-0/+7
* - detect the number of pchips actually present; don't just assume 2gallatin1999-08-102-8/+91
* Support S/G DMA so that ISA devices (like the floppy disk) work.gallatin1999-08-101-1/+71
* Cosmetic changes in PC98 functions:kato1999-08-101-58/+62
* Fixed a compiler warning by conversion from pointer to integer.kato1999-08-101-3/+3
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-109-11/+108
* Re-order list.des1999-08-101-4/+4
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-106-36/+42
* - Removed unused variable.kato1999-08-101-7/+5
* If we receive an IPCP protocol reject, bring it down.brian1999-08-101-1/+8
* Sync with sys/i386/conf/userconfig.c revision 1.152.kato1999-08-101-5/+5
* Check to see if /usr/bin/logger exists before using it. Use "echo" ifobrien1999-08-101-1/+5
* Use the latest version of these files from OpenBSD.imp1999-08-105-38/+48
* Import strl{cat,cpy} from OpenBSD.imp1999-08-106-6/+423
* vm_map_madvise:alc1999-08-101-17/+3
* pmap_remove_pages:alc1999-08-102-2/+8
OpenPOWER on IntegriCloud