aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Pass right arp to bpf_mtap().Poul-Henning Kamp1996-10-301-3/+3
* | Regenerate.Peter Wemm1996-10-302-4/+4
* | Argh, I hate the tcl build/config environment. :-(Peter Wemm1996-10-301-3/+4
* | Fix braino on my part. When we have three different port ranges (default,Peter Wemm1996-10-302-3/+8
* | Fix a potential deadlock from the previous commit.John Dyson1996-10-302-4/+8
* | Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-302-36/+46
* | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by defaultJohn Dyson1996-10-291-2/+2
* | changes to gdb to:Gary Jennejohn1996-10-295-24/+413
* | If you run with option Z and malloc fails, memset gets calledPoul-Henning Kamp1996-10-291-4/+6
* | addgroup - add a group or add users to a groupWolfram Schneider1996-10-291-0/+220
* | Correct indentation of multi-LUN device info. (Slightly different fixStefan Eßer1996-10-291-2/+2
* | oops, uninitialised variable.. -v mode depended on stack contents.Peter Wemm1996-10-292-4/+4
* | Search for labels on all slices whenever any minor for a drive is opened.Bruce Evans1996-10-291-44/+55
* | Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE.Masafumi Max NAKANE1996-10-291-6/+13
* | Added some guideline to write pkg/COMMENT.Masafumi Max NAKANE1996-10-291-8/+55
* | Integrate our changes from bin/rmail. Mainly it causes immediatePeter Wemm1996-10-292-1/+16
* | Another round of merge/updates.Satoshi Asami1996-10-2955-2569/+149
* | Convert the DONT_FSYNC compile time option to a runtime option (likePeter Wemm1996-10-293-21/+27
* | Merge in our changes from src/libexec/mail.local. This version doesn'tPeter Wemm1996-10-293-23/+43
* | Clean up some loose ends on my previous work in here..Peter Wemm1996-10-291-4/+4
* | Regenerated.. Use new minor number for both installed names, not justPeter Wemm1996-10-292-5/+5
* | Along the way, the minor version number has been bumped (newer versionPeter Wemm1996-10-291-10/+15
* | Add support for the SDL RISCom N2pci cards. Bring in the enhancementsJohn Hay1996-10-298-2439/+6694
* | Update URL for the Pentium Systems Hardware Performance Guide.Alexander Langer1996-10-291-2/+2
* | Add the -p (privileged) commandline switchSteve Price1996-10-294-8/+31
* | If rcmd() fails, return immediately instead of trying a bunch ofBill Fenner1996-10-281-6/+9
* | Do not modify a malloc()ed pointer; instead, use memmove().Joerg Wunsch1996-10-281-2/+3
* | Remove some unnecessary code in the interrupt handler.John Hay1996-10-283-36/+45
* | A #define really don't need a ; at the end.John Hay1996-10-282-4/+4
* | Eliminate unnecessary include of <sys/mbuf.h>.Garrett Wollman1996-10-282-2/+8
* | Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufsGarrett Wollman1996-10-284-5/+13
* | comaptibles->compatiblesWarner Losh1996-10-281-3/+3
* | In data_phase_reinit when I converted the code to use bcopy, I should haveJustin T. Gibbs1996-10-281-3/+3
* | devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-282-4/+8
* | init_main.c: pass -d to init if DEVFS_ROOTPoul-Henning Kamp1996-10-284-4/+14
* | DEVFS_ROOT -> opt_devfs.hPoul-Henning Kamp1996-10-281-1/+3
* | If passed the -d flag, mount devfs on /devPoul-Henning Kamp1996-10-281-1/+12
* | Correct the startup sequence for syslogd:Joerg Wunsch1996-10-281-2/+8
* | Kill _OLD_PATH_LOG. It's not needed.Joerg Wunsch1996-10-281-2/+1
* | Back out the entire change from rev 1.11 of syslogd.c. It was bogus.Joerg Wunsch1996-10-282-53/+8
* | Don't dereference a free()ed pointer.Joerg Wunsch1996-10-281-3/+5
* | Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-281-23/+106
* | Add basic support for the 398X cards as multi-channel SCSI host adapters.Justin T. Gibbs1996-10-284-184/+292
* | Add some code to allow SCB sharing for the 398X cards. This involves passingJustin T. Gibbs1996-10-281-5/+6
* | Add two new aic7xxx driver options:Justin T. Gibbs1996-10-284-4/+14
* | Fix problems dealing with non-tagged devices when SCB paging is enabled.Justin T. Gibbs1996-10-282-48/+53
* | Fix a typo, putput --> output.Alexander Langer1996-10-271-2/+2
* | The way we get a vnode for swapdev is not quite kosher. In particularPoul-Henning Kamp1996-10-271-4/+18
* | Added ${DESTDIR} to the install target so bison.{simple,hairy}Joerg Wunsch1996-10-271-3/+5
* | Typo: to --> too. Fixes PR#1907.Alexander Langer1996-10-271-2/+2