summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Use bus_space stuff except where it needs high performance.nyan2000-05-122-826/+618
* | Use bus_space stuff except where it needs high performance.nyan2000-05-122-158/+164
* | Fix typophantom2000-05-121-2/+2
* | mdoc related fixes:phantom2000-05-121-19/+22
* | . fix .Dt macro argumentphantom2000-05-121-2/+2
* | add MLINKS: pthread_testcancel(3) -> pthread_setcanceltype(3)phantom2000-05-122-0/+2
* | . insert forgotten by someone "Space Mode on" directive. It caused displayingphantom2000-05-121-3/+6
* | Place $FreeBSD$ tag to correct location (bottom of the copyright)phantom2000-05-121-1/+1
* | Fix driver source location path (/sys/i386/isa/fd.c -> /sys/isa/fd.c)phantom2000-05-121-1/+1
* | Use .An macro for declare Authors Name in AUTHORS sectionphantom2000-05-121-2/+4
* | Add MLINKS: scsi.4 -> SCSI.4, scsi.4 -> CAM.4phantom2000-05-121-0/+2
* | . replace CONFIGURATION section name with SYNOPSYS as mdoc(7) style declare.phantom2000-05-121-9/+4
* | Properly mdoc'ify this manual page: remove all direct troff formatingphantom2000-05-122-152/+132
* | Add MLINKS: bktr.4 -> booktree.4phantom2000-05-121-0/+2
* | Remove osolete reference to eg(4), properly use mdoc macro `.Nm'phantom2000-05-121-2/+1
* | Add MLINKS for all macros decribed in queue.3 manpage.phantom2000-05-121-18/+64
* | Fix the Alpha loader the rest of the way. If FICL is present inpeter2000-05-121-8/+8
* | long != int on Alphas.bp2000-05-121-1/+2
* | Improve hack from previous commit to this file: exit if we get successivehoek2000-05-121-5/+15
* | Use termcap(5) function key sequences rather than hardcoding for syscons.hoek2000-05-121-8/+24
* | Create magic variables that return termcap(5) strings for function keys.hoek2000-05-122-22/+97
* | Fix an uncommon bug that would cause us to stop accepting input if thehoek2000-05-121-0/+10
* | Only main.c depends on defrc.hhoek2000-05-121-1/+3
* | Add support for the DVD ioctl interface.ken2000-05-123-1/+1085
* | Actually accept 'm' as a PAGER query response to mean 'more'.bsd2000-05-121-1/+1
* | Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-122-30/+32
* | Give mtree the ability to exclude files and directories from its traversal.wollman2000-05-126-2/+141
* | Add support for USB to sysinstall. This includes running usbd andjhb2000-05-1215-9/+159
* | Add USB devices to /dev on the install floppy.jhb2000-05-121-1/+2
* | Add usbd and usbdevs to the install floppy in /stand.jhb2000-05-121-0/+1
* | Add kbd1 to MAKEDEV's all) target so that we support using kbdcontroljhb2000-05-121-1/+1
* | Better fix for strftime/mktime bug, now more compatible since local timezoneache2000-05-111-4/+13
* | Fixed small bug introduced in my last commit.murray2000-05-112-2/+8
* | Temporarily turn off the newreno flag until we can track down the knownjayanth2000-05-111-1/+1
* | Document the `new' fdesc--now that it belongs only on /dev/fd, remove allchris2000-05-112-82/+6
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-114-878/+310
* | Include the UID and GID values filled in by socreate() into socket->so_credchris2000-05-111-0/+3
* | Include UID and GID information for stat() calls using the values filledchris2000-05-111-2/+3
* | Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.jhb2000-05-114-0/+8
* | Small style fix '=' -> ' = 'nsayer2000-05-111-1/+1
* | Claim support / explain white-box Alphas.wilko2000-05-111-2/+14
* | Newbusify resource allocation.dmlb2000-05-111-196/+234
* | Remove ISA/3.x stuff and add -current stuffdmlb2000-05-111-23/+25
* | Use device_printf.dmlb2000-05-111-3/+3
* | Fixed a syntax error (a stray semicolon caused by a bogus #define).bde2000-05-111-1/+1
* | Name the `struct bio *' parameter of devstat_end_transaction_bio().bde2000-05-111-2/+2
* | Fix compatibility issue in sed. Do so by explicitely adding ansayer2000-05-111-1/+5
* | Fixed missing prototype for inet6_rthdr_reverse().bde2000-05-111-0/+2
* | Abuse .Fn for macros better (don't hand-format the parameter string bybde2000-05-113-3/+3
* | Removed bogus quoting of single tokens in a .Fn invocation. This helpsbde2000-05-111-1/+1
OpenPOWER on IntegriCloud