| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Pass right arp to bpf_mtap(). | Poul-Henning Kamp | 1996-10-30 | 1 | -3/+3 |
* | | Regenerate. | Peter Wemm | 1996-10-30 | 2 | -4/+4 |
* | | Argh, I hate the tcl build/config environment. :-( | Peter Wemm | 1996-10-30 | 1 | -3/+4 |
* | | Fix braino on my part. When we have three different port ranges (default, | Peter Wemm | 1996-10-30 | 2 | -3/+8 |
* | | Fix a potential deadlock from the previous commit. | John Dyson | 1996-10-30 | 2 | -4/+8 |
* | | Fix the /proc/???/map file so that it is possible to read an arbitrarily | John Dyson | 1996-10-30 | 2 | -36/+46 |
* | | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | John Dyson | 1996-10-29 | 1 | -2/+2 |
* | | changes to gdb to: | Gary Jennejohn | 1996-10-29 | 5 | -24/+413 |
* | | If you run with option Z and malloc fails, memset gets called | Poul-Henning Kamp | 1996-10-29 | 1 | -4/+6 |
* | | addgroup - add a group or add users to a group | Wolfram Schneider | 1996-10-29 | 1 | -0/+220 |
* | | Correct indentation of multi-LUN device info. (Slightly different fix | Stefan Eßer | 1996-10-29 | 1 | -2/+2 |
* | | oops, uninitialised variable.. -v mode depended on stack contents. | Peter Wemm | 1996-10-29 | 2 | -4/+4 |
* | | Search for labels on all slices whenever any minor for a drive is opened. | Bruce Evans | 1996-10-29 | 1 | -44/+55 |
* | | Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE. | Masafumi Max NAKANE | 1996-10-29 | 1 | -6/+13 |
* | | Added some guideline to write pkg/COMMENT. | Masafumi Max NAKANE | 1996-10-29 | 1 | -8/+55 |
* | | Integrate our changes from bin/rmail. Mainly it causes immediate | Peter Wemm | 1996-10-29 | 2 | -1/+16 |
* | | Another round of merge/updates. | Satoshi Asami | 1996-10-29 | 55 | -2569/+149 |
* | | Convert the DONT_FSYNC compile time option to a runtime option (like | Peter Wemm | 1996-10-29 | 3 | -21/+27 |
* | | Merge in our changes from src/libexec/mail.local. This version doesn't | Peter Wemm | 1996-10-29 | 3 | -23/+43 |
* | | Clean up some loose ends on my previous work in here.. | Peter Wemm | 1996-10-29 | 1 | -4/+4 |
* | | Regenerated.. Use new minor number for both installed names, not just | Peter Wemm | 1996-10-29 | 2 | -5/+5 |
* | | Along the way, the minor version number has been bumped (newer version | Peter Wemm | 1996-10-29 | 1 | -10/+15 |
* | | Add support for the SDL RISCom N2pci cards. Bring in the enhancements | John Hay | 1996-10-29 | 8 | -2439/+6694 |
* | | Update URL for the Pentium Systems Hardware Performance Guide. | Alexander Langer | 1996-10-29 | 1 | -2/+2 |
* | | Add the -p (privileged) commandline switch | Steve Price | 1996-10-29 | 4 | -8/+31 |
* | | If rcmd() fails, return immediately instead of trying a bunch of | Bill Fenner | 1996-10-28 | 1 | -6/+9 |
* | | Do not modify a malloc()ed pointer; instead, use memmove(). | Joerg Wunsch | 1996-10-28 | 1 | -2/+3 |
* | | Remove some unnecessary code in the interrupt handler. | John Hay | 1996-10-28 | 3 | -36/+45 |
* | | A #define really don't need a ; at the end. | John Hay | 1996-10-28 | 2 | -4/+4 |
* | | Eliminate unnecessary include of <sys/mbuf.h>. | Garrett Wollman | 1996-10-28 | 2 | -2/+8 |
* | | Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufs | Garrett Wollman | 1996-10-28 | 4 | -5/+13 |
* | | comaptibles->compatibles | Warner Losh | 1996-10-28 | 1 | -3/+3 |
* | | In data_phase_reinit when I converted the code to use bcopy, I should have | Justin T. Gibbs | 1996-10-28 | 1 | -3/+3 |
* | | devfs_tree.c: improve our bdevvp() function. | Poul-Henning Kamp | 1996-10-28 | 2 | -4/+8 |
* | | init_main.c: pass -d to init if DEVFS_ROOT | Poul-Henning Kamp | 1996-10-28 | 4 | -4/+14 |
* | | DEVFS_ROOT -> opt_devfs.h | Poul-Henning Kamp | 1996-10-28 | 1 | -1/+3 |
* | | If passed the -d flag, mount devfs on /dev | Poul-Henning Kamp | 1996-10-28 | 1 | -1/+12 |
* | | Correct the startup sequence for syslogd: | Joerg Wunsch | 1996-10-28 | 1 | -2/+8 |
* | | Kill _OLD_PATH_LOG. It's not needed. | Joerg Wunsch | 1996-10-28 | 1 | -2/+1 |
* | | Back out the entire change from rev 1.11 of syslogd.c. It was bogus. | Joerg Wunsch | 1996-10-28 | 2 | -53/+8 |
* | | Don't dereference a free()ed pointer. | Joerg Wunsch | 1996-10-28 | 1 | -3/+5 |
* | | Add basic support for the 398X cards as multi-channel SCSI host adapters. | Justin T. Gibbs | 1996-10-28 | 1 | -23/+106 |
* | | Add basic support for the 398X cards as multi-channel SCSI host adapters. | Justin T. Gibbs | 1996-10-28 | 4 | -184/+292 |
* | | Add some code to allow SCB sharing for the 398X cards. This involves passing | Justin T. Gibbs | 1996-10-28 | 1 | -5/+6 |
* | | Add two new aic7xxx driver options: | Justin T. Gibbs | 1996-10-28 | 4 | -4/+14 |
* | | Fix problems dealing with non-tagged devices when SCB paging is enabled. | Justin T. Gibbs | 1996-10-28 | 2 | -48/+53 |
* | | Fix a typo, putput --> output. | Alexander Langer | 1996-10-27 | 1 | -2/+2 |
* | | The way we get a vnode for swapdev is not quite kosher. In particular | Poul-Henning Kamp | 1996-10-27 | 1 | -4/+18 |
* | | Added ${DESTDIR} to the install target so bison.{simple,hairy} | Joerg Wunsch | 1996-10-27 | 1 | -3/+5 |
* | | Typo: to --> too. Fixes PR#1907. | Alexander Langer | 1996-10-27 | 1 | -2/+2 |