summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit was incompleted, yet one step requiredache1994-10-271-1/+1
|
* Added: /usr/share/{info,locale,perl}.wollman1994-10-271-1/+17
|
* Remove VMIN_BUG from CFLAGS, add 57600, 115200ache1994-10-272-1/+10
|
* Fix scroll bug bringed by vi(1), from phk's flameache1994-10-274-8/+8
| | | | (I still wait for apologies)
* Julian Elischer's disklabel fixes.jkh1994-10-2719-229/+687
|
* Change some compile time defaults, which may be overridden from these1994-10-272-28/+16
| | | | | | kernel config file by options lines. Now the default settings are FAST SCSI, max. 4 TAGS, WIDE transfers, if supported by the hardware ...
* recommit rev 1.5 of ftpd, I fatfingered a commandpst1994-10-271-4/+12
|
* lorder(1) manual page not properly installed due to makefile usurpingpst1994-10-271-1/+1
| | | | install rule.
* Printing out /etc/motd when a ftp login occurs is a security holepst1994-10-271-2/+1
| | | | | | | | | | | (as is printing out a version number at the telnet login banner). Don't print out /etc/motd when people login, instead if present, print out /etc/ftpmotd. It looks like 4.4lite2 has done something similar (perhaps for different reasons) because /etc/motd no longer shows up on vangogh. Folks who like the old behavior can create a symbolic link to motd.
* Set the EOF flag properly.pst1994-10-272-12/+12
| | | | Obtained from: netbsd-bugs mailing list
* Remove extra newline.pst1994-10-271-4/+2
|
* Remove the f77 script now that we are instead installing a f77 programljo1994-10-271-4/+0
| | | | (that does the same as the script). The f77 program lives in cc/f77.
* >Description:rgrimes1994-10-272-1/+2
| | | | | | | | | | | | | | While trying to figure out why rlogind wasn't working right for root, I noticed that man wouldn't come back with a man page for iruserok, but it would for ruserok. Checking the lib/net directory's Makefile.inc file shows that the link to the rcmd man page just isn't getting created. >How-To-Repeat: Do a 'man iruserok' and notihing will come back, where a 'man ruserok' will. Submitted by: Brian Moore <ziff@houdini.eecs.umich.edu> Obtained from: NetBSD-bugs mailing list
* Remove my failed attempt to add an Id string.bde1994-10-271-1/+0
|
* Restore fd.4 to a machine-independent directory.bde1994-10-273-3/+3
|
* Fix memchr(p, 0, 0) to return NULL instead of p.bde1994-10-271-3/+3
|
* Added libf2c, the library for f2c.ljo1994-10-271-1/+1
|
* Change hardwired irqs to soft irqs (?).jkh1994-10-278-8/+131
| | | | Add manpage for Buslogic cards, since we didn't have one.
* Added device registration stuff.sos1994-10-272-5/+53
|
* The other half of patch011, read Numlck state from bios.phk1994-10-273-18/+6
|
* Extra intr's have nothing to do with LAPTOP.phk1994-10-271-4/+7
| | | | | Made five-strikes-we-shut-up for timeouts. Inspired by: bde in 1.1.5.1-patch011
* Fix a bunch of annoying details here, while I remember it.phk1994-10-273-7/+7
|
* Made an annoying printf #ifdef SEADEBUGphk1994-10-271-1/+3
|
* Fix the panic message if init dies to show the exit status.phk1994-10-271-3/+5
|
* Fix a bug which had crept in (an almost certain panic).phk1994-10-271-70/+23
| | | | | Remove inline assembler. Avoid mbuf spaghetti by using m_devget.
* Fix compiler warnings.bde1994-10-262-16/+14
|
* Move definition and initialization of video_mode_pointer to syscons.c.bde1994-10-263-63/+3
|
* Fix initialization of video_mode_ptr. It only worked if the segmentsbde1994-10-263-27/+96
| | | | | | | in the far pointers are multiples of 4K (as is normal when the video BIOS is at seg 0xc000). Disallow mode switching if the pointer is bad. Use a new pa_to_va() macro for all BIOS and video addresses in syscons.
* Stylistic changes.wollman1994-10-263-6/+12
|
* Gross hack to make kernel names not starting with '/' start with '/'.jkh1994-10-262-4/+24
|
* Adjust boot message to conform to reality.jkh1994-10-262-4/+4
|
* Fix typo in #if which prevented use of getbootfile() under FreeBSD-2.0.se1994-10-261-2/+2
|
* Enable USERCONFIG and document it in LINT.jkh1994-10-265-5/+13
|
* Add userconfig.jkh1994-10-262-2/+4
|
* Add my user configuration utility - userconfig().jkh1994-10-261-0/+429
| | | | | David wrote the I/O routines for this thing and deserves most of the credit for thinking the whole idea up.
* Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.ljo1994-10-261-1/+1
| | | | Submitted by: pete@pelican.pelican.com
* Install f2c.h for FORTRAN support.ljo1994-10-262-2/+216
| | | | Obtained from: netlib.att.com
* Invoke userconfig() if kernel compiled with options USERCONFIG andjkh1994-10-262-4/+10
| | | | -c flag used.
* This commit was generated by cvs2svn to compensate for changes in r3904,ljo1994-10-261-0/+37
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Merged f2c library.ljo1994-10-261-0/+37
| |
* | This commit was generated by cvs2svn to compensate for changes in r3902,ljo1994-10-26120-0/+2749
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Library for f2c (part 2 of 2)ljo1994-10-26120-0/+2749
| | | | | | | | | | | | Obtained from: netlib.att.com
* | | This commit was generated by cvs2svn to compensate for changes in r3900,ljo1994-10-2642-0/+6219
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Library for f2c. (part 1 of 2)ljo1994-10-2642-0/+6219
| / | | | | | | Obtained from: netlib.att.com
* | Repair the damage done by whomever blew the last commit. Now itjkh1994-10-261-1/+1
| | | | | | | | compiles again.
* | From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-10-261-4/+7
| | | | | | | | | | | | | | | | | | | | Could you please commit this patch to usr.sbin/crunch/examples ? This should make fixit.conf compilable again. VI needs some hacks. [Note: I'm not sure how relevant this example is anymore, but then it's only an example] Submitted by: mr
* | From: John Hay <jhay@mikom.csir.co.za>jkh1994-10-261-1/+1
| | | | | | | | | | | | | | | | Make swapinfo use libc functions for obtaining device information. Note: swapinfo should actually be deprecated, not fixed. pstat -s performs the same function. Submitted by: jhay
* | Remove the code for asking for a filesystem floppy. We don't needjkh1994-10-262-46/+4
| | | | | | | | | | it anymore, and neither David nor I can think of a reasonable mechanism to stick in its place.
* | Remove RB_ASKFS again - to make this meaningful we'd need to invest injkh1994-10-261-2/+1
| | | | | | | | implementing too much generality at this stage.
* | Add RB_ASKFSjkh1994-10-261-1/+2
| |
OpenPOWER on IntegriCloud