summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Import ISC DHCP 3.0.1 RC8 client.murray2002-04-0122-122/+331
* | | Remove erronious destroy_dev. Not sure what the author's intent was herealfred2002-04-011-1/+0
* | | Fix 3 of the four problems with my last indentation fix. ("fixing" theken2002-04-011-4/+2
* | | ktrdump is a utility to dump the ktr trace buffer from userland. It canjake2002-04-012-0/+243
* | | ktr changes to improve performance and make writing a userland utility tojake2002-04-014-128/+70
* | | Fix an indentation problem.ken2002-04-011-7/+7
* | | Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenken2002-04-011-1/+1
* | | Remove reference to share/dict/special/. That directory does notmurray2002-04-011-5/+1
* | | Add a note about the FreeBSD technical word list.murray2002-04-011-0/+2
* | | The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd'murray2002-04-011-1/+1
* | | Work around a gcc bug which causes zlib to dump core in certainkris2002-03-311-2/+7
* | | Here follows the new kernel dumping infrastructure.phk2002-03-3119-256/+502
* | | The AAC, TWE and IDA diskdrivers cannot dump until I and msmithphk2002-03-311-1/+6
* | | Add the i386dump.c dumpsys() source file.phk2002-03-311-0/+1
* | | DA (scsi) and AD (ata) diskdrivers:phk2002-03-311-48/+10
* | | Savecore:phk2002-03-312-754/+177
* | | Here follows the new kernel dumping infrastructure.phk2002-03-312-37/+25
* | | Add a new #include which describes the common header format for kerneldumps.phk2002-03-311-0/+72
* | | Regen.joe2002-03-312-11/+231
* | | Add more usb adapters, from NetBSD.joe2002-03-312-17/+82
* | | Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE forphk2002-03-311-0/+13
* | | Various mdoc fixes, including a change that corrects spacing askeramida2002-03-311-43/+53
* | | Only install the help file if we can find it. Use ${BASE}.helpmarcel2002-03-312-8/+2
* | | Uncomment now implemented part of -d descriptionache2002-03-311-2/+2
* | | Keep the reference to the file acquired in _aio_aqueue() until the operationalc2002-03-311-3/+7
* | | Remove \n from __COPYRIGHT to shut assembler warningache2002-03-311-1/+1
* | | Add P1003.1-2001 -f and -p options.jmallett2002-03-312-4/+52
* | | Make it easier to specify a custom kernel configuration for the bootmurray2002-03-311-1/+1
* | | ATA100 is allowed on the HPT chips rev >= 3sos2002-03-311-1/+1
* | | Close some holes with p->p_args by NULL'ing out the p->p_args pointeralfred2002-03-312-4/+14
* | | Support more than 32 sio unit numbers. The maximum unit number is nowbde2002-03-312-21/+47
* | | MFi386: revision 1.508.kato2002-03-312-16/+24
* | | A couple of bits survived Dans nukage of CV_DEBUG in favour of INVARIANTS,phk2002-03-313-3/+1
* | | Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-319-17/+3
* | | Hacks for measuring interrupt latency. Interrupt latency can bebde2002-03-311-2/+42
* | | Fix a typobrian2002-03-311-1/+1
* | | Add a missing ``#ifndef NONETGRAPH''brian2002-03-311-0/+2
* | | Remove some extraneous whitespacebrian2002-03-311-1/+1
* | | Include arpa/inet.hbrian2002-03-311-0/+2
* | | Implement i386's (o)sigreturn() like the alpha's: Use copyin() to readalc2002-03-312-16/+24
* | | Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencingalc2002-03-311-6/+7
* | | Pass the address of the bootinfo block to the kernel in registermarcel2002-03-304-10/+10
* | | Transition to a model where the loader passes the address of themarcel2002-03-303-31/+58
* | | Fix braino: the example interface is fxp0, not ed0.dd2002-03-301-1/+1
* | | Correct typo.dd2002-03-301-1/+1
* | | Pass the physical address of the bootinfo block to the kernel inmarcel2002-03-304-2/+6
* | | Correct a comment: sendsig() calls the MI vm_map_growstack() butalc2002-03-301-1/+1
* | | Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-304-34/+6
* | | Move the "dumping" variable from systm.h to conf.h.phk2002-03-303-1/+6
* | | sendmail 8.12 doesn't require _FFR_UNSAFE_SASL anymore.ume2002-03-301-2/+2
OpenPOWER on IntegriCloud