aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed an uninitialized variable (argument to vm_map_find) -- problemJohn Dyson1996-01-291-5/+8
* german calendaWolfram Schneider1996-01-2914-0/+690
* include preprocessor commands likeWolfram Schneider1996-01-2911-0/+132
* install new calendars/de_DE.ISO8859-1/calendar.* filesWolfram Schneider1996-01-291-2/+13
* Section SEE ALSO completeWolfram Schneider1996-01-291-0/+7
* Section FILES and SEE ALSO completeWolfram Schneider1996-01-292-2/+25
* Section FILES and SEE ALSO completedWolfram Schneider1996-01-281-1/+18
* Section FILES and SEE ALSO completedWolfram Schneider1996-01-281-1/+13
* A manpage. May be the file nologin.5 should located inWolfram Schneider1996-01-284-0/+126
* Read from standard input if file name "-" is given.Wolfram Schneider1996-01-282-2/+10
* Added sys_pipe into files.John Dyson1996-01-281-0/+1
* Enable the new fast pipe code. The old pipes can be used with theJohn Dyson1996-01-283-4/+16
* Added new files to support the new fast pipes. After the follow-onJohn Dyson1996-01-282-0/+646
* Make worm.c compile with -Wall -Werror again.Joerg Wunsch1996-01-281-7/+7
* Submitted by: rich (which one?)Julian Elischer1996-01-281-1/+5
* Implement a prototype interface to bus-master IDE DMA on the TritonGarrett Wollman1996-01-287-9/+446
* Back out the previous change. It's not correct for -current.Jordan K. Hubbard1996-01-281-8/+0
* Add an entry for the "MBR-7", whatever that is.Jordan K. Hubbard1996-01-281-1/+9
* Man page for the vx driver.Jordan K. Hubbard1996-01-281-0/+85
* 3c590 driver for FreeBSDJordan K. Hubbard1996-01-282-6/+12
* Use umask disk_umask=037 for all (writable) disks. Use umaskBruce Evans1996-01-282-56/+44
* An earlier modification had decreased CPU usage, but alsoJohn Dyson1996-01-281-4/+4
* Formatting tweak.John Fieber1996-01-281-2/+2
* Add info about distinguishing freebsd versions.John Fieber1996-01-281-4/+26
* make devfs_add_devswf a little smarter about '/';Poul-Henning Kamp1996-01-281-5/+9
* Fix DEVFS, remove unused vars.Poul-Henning Kamp1996-01-282-19/+10
* Minor but fatal spelling error when merging my code into -current.Joerg Wunsch1996-01-281-3/+5
* Fixed dangling pointer bugs in DIOCSDINFO.Bruce Evans1996-01-281-7/+7
* Add (at long last) an option to say if you want to run the printerGary Palmer1996-01-282-3/+9
* Add missing ${DESTDIR} to afterinstall: target.Rodney W. Grimes1996-01-272-4/+4
* Decode configuration for the IDE part of the Triton chipset. ThisGarrett Wollman1996-01-273-12/+46
* Add wormcontrol. Nope, i didn't forget it this time. :)Joerg Wunsch1996-01-271-2/+2
* Totally revamp the man page. (Gack, i didn't even know PeterJoerg Wunsch1996-01-271-59/+222
* Add a wormcontrol(8) utility. This is needed in order to prepareJoerg Wunsch1996-01-273-0/+372
* Add <sys/wormio.h>, containing the declarations that are shared betweenJoerg Wunsch1996-01-271-0/+62
* The Great Merge.Joerg Wunsch1996-01-272-43/+643
* Add a few questions including where to find the 2.1.0 CD inAustralia,Ollivier Robert1996-01-271-17/+138
* [Oops, forgot to commit this together with things that depend on it.]Bruce Evans1996-01-271-11/+133
* First attempt at creating devfs entries for sliced devices. Doesn'tBruce Evans1996-01-278-59/+119
* Allocate DMA bounce buffers only when requested by drivers. Only theBruce Evans1996-01-2711-61/+150
* Declared new functions isa_dmainit() and isa_dmadone_nobounce().Bruce Evans1996-01-271-29/+38
* Cleaned up unused #includes and some other historical cruft.Bruce Evans1996-01-272-72/+26
* Fixed allocation of DMA buffers. The DMA bounce buffers were sometimesBruce Evans1996-01-272-84/+98
* Added a `boundary' arg to vm_alloc_page_contig(). Previously the onlyBruce Evans1996-01-272-13/+50
* Delete the if_private[] array in struct ifnet; this turned out to beGarrett Wollman1996-01-261-4/+19
* Change private version of verr() to __verr() and make it static toBill Paul1996-01-261-3/+3
* Fix a bug I made in the devfs.Poul-Henning Kamp1996-01-261-3/+3
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-2622-73/+69
* Make the numbers for the "superblock backups" fit nicely on the screen,Joerg Wunsch1996-01-251-1/+35
* Correctly initialize the `btprobing' variable. It's always been 0,Joerg Wunsch1996-01-251-2/+2