summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Finish rename of KERN_DOMAINNAME to KERN_NISDOMAINNAME.wollman1996-07-252-4/+4
| | | | | | | | Suggested by: Keith Bostic
* | Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confusedwollman1996-07-252-5/+5
| | | | | | | | | | | | with a real Domain Name. Suggested by: Keith Bostic
* | Add the BSD4.4 book.jfieber1996-07-251-1/+7
| |
* | s/Choise/Choose/gwosch1996-07-252-4/+4
| | | | | | | | | | | | close PR misc/1426 Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* | Add Masachika ISHIZUKA <ishizuka@isis.min.ntt.jp> for the pidentd update.peter1996-07-251-1/+2
| |
* | The install docs pointed to th 2.1.0 distribution, not 2.1.5. OOPS!jfieber1996-07-251-3/+3
| | | | | | | | Submitted by: Brett Glass <brett@lariat.org>
* | Add Matt White <mwhite+@CMU.EDU> for various ccd patches.asami1996-07-241-1/+2
| |
* | Fail when odd number of disks are specified with mirror flag. Memoryasami1996-07-242-56/+72
| | | | | | | | | | | | leak fixes. Miscellaneous cleanup. Partially submitted by: Matt White <mwhite+@CMU.EDU>
* | Add some explanation on TMPDIR.phk1996-07-241-1/+11
| | | | | | | | Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
* | DEVFS needs a special bdevvp().phk1996-07-241-1/+37
| | | | | | | | I just noticed some junk in my patch. I'll remove that in a sec.
* | DEVFS needs a special bdevvp().phk1996-07-242-2/+6
| |
* | Fix a memory leak in MD[245]End()phk1996-07-241-9/+8
| | | | | | | | | | Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp> PR: misc/1424
* | Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()wollman1996-07-241-2/+3
| | | | | | | | | | | | | | | | when attepmting to add certain types of routes. This problem only manifested itself in the presence of unconfigured point-to-point interfaces. Noticed by: Chuck Cranor <chuck@maria.wustl.edu>
* | Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-245-16/+28
| |
* | Fix typo in last commit, it seems that a hash comments out a \ at the endpeter1996-07-241-4/+4
| | | | | | | | | | | | | | | | of line. Also, fix existing bug in ethers.byname, it was passing an unknown option to yppush. This appears to have been a cut/paste slip intended for a $(DBLOAD) command above it.
* | Revert my bdevsw change for wcd.c, Bruce pointed out thatphk1996-07-241-2/+12
| | | | | | | | this driver has bogus open/close entries.
* | Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fitpeter1996-07-241-2/+26
| | | | | | | | | | | | | | | | the FreeBSD Makefile.yp structure by me. This allows you to have a single amd map for all machines in a cluster. In /etc/sysconfig, it would look something like: amdflags="-p -a /net -c 1800 -l syslog /host amd.host"
* | Submitted by: archie@whistle.comjulian1996-07-235-16/+18
| | | | | | | | slight cleanups on yesterday's patches
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-2321-243/+94
| | | | | | | | | | | | | | | | | | Saves about 280 butes of source per driver, 56 bytes in object size and another 56 bytes moves from data to bss. No functional change intended nor expected. GENERIC should be about one k smaller now :-)
* | Add rhh@stealth.ct.picker.com (Randall Hopper)peter1996-07-231-1/+2
| |
* | Add Soren Dayton <csdayton@midway.uchicago.edu>. Move Chuck Robeyasami1996-07-232-3/+8
| | | | | | | | from contributors section to developers section.
* | When running 'rrestore foo', you get a segmentation fault becausejkh1996-07-231-1/+3
| | | | | | | | | | | | | | | | the obsolete() function to convert dump-style args to getopt-style args doesn't check to see that 'f' really has an argument following the option string in argv[1]. Submitted-By: jmacd
* | mount_ext2fs somehow got a stray mntopts.h, which was out of sync withpeter1996-07-232-74/+2
| | | | | | | | | | | | | | the real ../mount/getmntopts.c and ../mount/mntopts.h Closes PR#1419 Submitted by: rhh@stealth.ct.picker.com (Randall Hopper)
* | 'make' prints an extra leading `make: ' and extra trailing newline ifnate1996-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is no target to make. % make make: make: no target to make. % Beause the function Punt() in main.c takes care of leading 'make:' and trailing newline, so, there is no need to pass explicitly. Submitted by: enami@ba2.so-net.or.jp Obtained from: NetBSD GNATS
* | Fix a spelling error I forgot to bring over from my personal versionwollman1996-07-231-2/+2
| | | | | | | | of the last (IF_ENQ_DROP) commit.
* | consistent presentation of emphasisadam1996-07-231-1/+1
| |
* | Update to current state of PC98 world.asami1996-07-2364-6568/+2877
| | | | | | | | Submitted by: The FreeBSD(98) development team
* | Add Matt Bartley <mbartley@lear35.cytex.com> for his trn leap year fix.asami1996-07-231-1/+2
| |
* | Submitted by: archie@whistle.comjulian1996-07-2319-958/+398
| | | | | | | | appletalk cleanups
* | New routed.h that goes with the new routed.wollman1996-07-221-13/+1
| |
* | Merge from vendor branch. The rttrace program is gone (subsumed by rtquery).wollman1996-07-2216-2008/+1857
| | | | | | | | There is a new routed.h which wil be imported separately.
* | Initial revisionwollman1996-07-221-0/+159
| |
* | Add a new, better mechanism for sticking packets onto ifqueues.wollman1996-07-221-1/+30
| | | | | | | | | | | | | | | | The old system had the misfeature that the only policy it could implement was tail-drop; the new IF_ENQ_DROP macro/function makes it possible to implement more sophisticated queueing policies on a system-wide basis. No code actually uses this yet (although on my machine I have converted the ethernet and (polled) loopback to use it).
* | Fix some bogus argument handling - whups! James was right..jkh1996-07-223-6/+9
| |
* | Bring in some fixes from NetBSD and re-hack our syslogd to be option-compatiblepst1996-07-222-19/+28
| | | | | | | | | | | | | | | | | | with theirs (change the -I option to -s (but leave -I in for backwards compat.) Also eliminate an make sane some magic numbers, and fix a small bug where we'd send to an unopened socket. Reviewed by: wollman Obtained from: NetBSD
* | Corrected a minor typo and removed a chunk of my "ports" entryjraynard1996-07-221-15/+2
| | | | | | | | which had mysteriously appeared at the end of the first section...
* | I have added a new option -p to the mount command. This wasjkh1996-07-214-16/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inspired by SunOS version of mount which uses option -p to indicate that the mount information should be printed in fstab format. This is a neat way to create a new fstab file to use later when one has modified the mount points or mount options or added or removed mount some mount points. You just type mount -p > /etc/fstab.new and there is your new fstab file ready to be used though you will of course have to add any necessary noauto flags manually. [Committers note: This also seems to do the wrong thing for AMD mounts, but in the more average case this is a nifty feature nonetheless and one can always edit the bogus entries out] Submitted-By: Jukka Ukkonen <jau@jau.csc.fi>
* | Brought UK entries up-to-date with present reality, corrected a spello.jraynard1996-07-211-22/+22
| |
* | Don't dereference sc->sc_setmtu if it's NULL (such as when it's not running)peter1996-07-211-2/+3
| | | | | | | | | | | | as discussed on current. (bde pointed out the cause of the problem) Reported by: dev@fgate.flevel.co.uk
* | Reset Pred1 protocol on FCS errors.phk1996-07-211-1/+2
| |
* | Document the flags.phk1996-07-211-2/+26
| |
* | Add yet another kludge to this driver. Man page update to follow.phk1996-07-211-1/+9
| |
* | Substitute raw{read|write} for ccd{read|write}phk1996-07-212-118/+4
| |
* | Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-215-255/+280
| | | | | | | | Submitted by: bde
* | Bring in fixes to db 1.85 from NetBSD. These fixes have been documented aspst1996-07-213-18/+39
| | | | | | | | | | being sent back to Bostic by the NetBSD crew. Obtained from: NetBSD-current
* | Fix typo in Makefile.jraynard1996-07-211-2/+2
| | | | | | | | Reviewed (informally!) by jkh.
* | Replace the annoying calls to Debugger() by panic()'s in thejoerg1996-07-201-3/+7
| | | | | | | | | | | | | | | | | | #ifdef DIAGNOSTIC case, and a warning only otherwise. People who want them to break into the debugger can always set the breakpoint explicitly. The existing behaviour was a misfeature from the beginning, in the (wrong) assumption that the SCSI controller must always be of essential importance to the entire system.
* | Correct the timer2 acquiration and release, it must happen at splclock.joerg1996-07-202-72/+104
| | | | | | | | | | Also slightly reformatted so that it meets at least partially style(9), and makes navigating through the functions easier.
* | Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-205-240/+480
| | | | | | | | | | | | | | | | | | | | | | | | | | make it more intelligible, improve the partially bogus locking, and allow for a ``quick re-acquiration'' from a pending release of timer 0 that happened ``recently'', so it was not processed yet by clkintr(). This latter modification now finally allows to play XBoing over pcaudio without losing sounds or getting complaints. ;-) (XBoing opens/writes/closes the sound device all over the day.) Correct locking for sysbeep(). Extensively (:-) reviewed by: bde
* | Various minor mod's to the tape drive section.joerg1996-07-201-25/+37
| | | | | | | | | | | | | | | | | | | | Discourage the use of the EXB-2501 by now, and slightly improve the formatting for this entry. Correct some minor oddities for the Tandberg entries based on my input data. Minor addition to the <!-- tech> section for QIC.
OpenPOWER on IntegriCloud