summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate unused variableeivind1999-12-201-2/+0
|
* Incorrect NULL -> 0eivind1999-12-201-3/+3
|
* Test rotated logs for dangerous messages as well as currentphantom1999-12-201-2/+4
| | | | | PR: misc/12228 Submitted by: Philippe SCHACK <phschak@inba.fr>
* (force commit)phantom1999-12-200-0/+0
| | | | | | | | | | Previous commit meant: Fix Guatemala phones PR: misc/13275 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu> Add Simferopol
* Add Simferopol, Ukraine (Crimean republic capital)phantom1999-12-201-4/+2
|
* Fix the availability table, which incorrectly indicated that sh(1)sheldonh1999-12-201-1/+1
| | | | does not have a builtin set command.
* Make sure we don't look at an edt entry that could go away when we trymjacob1999-12-201-7/+15
| | | | | and figure out whether to probe higher than logical unit 7. Obtained from:gibbs@freebsd.org
* Add link(1) and unlink(1) as special cases of ln(1) and rm(1)sheldonh1999-12-206-6/+83
| | | | | | | | | | | | respectively, in accordance with SUSv2. This differs from the approach taken in NetBSD, but provides less obscure error messages in at least the EISDIR case and does not take up additional disk space for new binaries. PR: 13071 PR: 13074 Requested by: James Howard <howardjp@wam.umd.edu>
* s/tcpdump/traceroutephantom1999-12-201-1/+3
| | | | | PR: docs/14523 Submitted by: Adam Morrison <adam@xpert.com>
* The ipfilter module name wasn't exactly conventional..peter1999-12-202-2/+2
|
* merge i386/isa/clock.c 1.147: don't talk about register_intr in comments.peter1999-12-203-3/+3
|
* Remove references to register_intr() etc in comments.peter1999-12-205-5/+5
|
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-206-276/+0
| | | | emulations. Thankfully, nothing is left in the tree that uses them.
* minor cosmeticscg1999-12-204-9/+5
|
* make marcel's onboard ess1888 workcg1999-12-201-1/+1
| | | | Submitted by: marcel
* Update man(1) to explain how to use the section numbers.asmodai1999-12-201-0/+11
| | | | | | PR: docs/15557 Submitted by: John Meshkoff <johnpipe@nwserv.com> Reviewed by: sheldonh
* Fix command hash handling oncracauer1999-12-203-3/+29
| | | | | | PATH=... command Noted by and fix works for Marcel Moolenaar <marcel@scc.nl>
* Removed unnecessary include file.kato1999-12-202-2/+0
|
* Complement the sum as required in in_cksum_finalize().sheldonh1999-12-201-1/+1
| | | | | PR: 15472 Submitted by: wollman
* Removed unnecessary include files.nyan1999-12-203-4/+0
|
* Sync with sys/i386/conf/options.i386 rev 1.130.kato1999-12-202-10/+12
|
* Sync with sys/i386/conf/files.i386 rev 1.291.kato1999-12-202-16/+14
|
* Sync with sys/i386/conf/Makefile.i386 rev 1.167.kato1999-12-202-8/+8
|
* Sync with sys/i386/conf/GENERIC rev 1.217.kato1999-12-202-8/+14
|
* Make sure curses.h is generated when making build-tools make_keysmarcel1999-12-202-4/+4
| | | | and make_hash depend on it.
* o make SHARED=symlinks a caller defined instead of a callee definedmarcel1999-12-201-58/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | property. This fixes the includes target when DESTDIR is empty. o Do not make build-tools for f771 when NO_FORTRAN is defined. o Add new build stage. See below. o Change banners so that staging information is displayed. The addition of the build-tools target broke the upgrade path because we couldn't make use of previously built tools that were made for compatibility reasons. Doing so would also result in the cross-compiler being used and that is exactly what had to be avoided. This is solved by designating the bootstrap-tools stage for building anything that is needed for compatibility only and to create a new stage (started after the build-tools stage) that handles cross-tools building. We now have the following stages: 1. bootstrap-tools (for compatibility issues only) 2. build-tools 3. cross-tools (what it says) 4. world 5. install Stages 1-4 (inclusive) are handled by buildworld. Stage 5 is handled by installworld. Any more stages and I'll join Nik in his quest for the holy grail^W^Wworld :-)
* Small typo fix.asmodai1999-12-201-1/+1
| | | | | PR: docs/15579 Submitted by: Noriaki Mitsunaga <mitchy@er.ams.eng.osaka-u.ac.jp>
* 'clri' takes an argument.billf1999-12-201-2/+3
| | | | Reviewed by: phk
* Make attach work, almost. Calling kthread_create from aimp1999-12-202-3/+21
| | | | | | | | | | config_intrhook_establish doesn't work. Children aren't yet attached properly, but that's ok because pccard would likely panic in its current shape. o Save dev of pcic early in attach process o save dev in pcic_handle for use in pcic_create_event_thread. o Remove direct attachments of pccard children for now o move establishment of pcic kthread to config_intrhook.
* MFS_ROOT is deprecated so use MD_ROOT instead. Also add the mdsteve1999-12-202-2/+4
| | | | pseudo-device to make it easier to build releases.
* If we fail to find init, print out the search path used. This helpsgrog1999-12-201-1/+1
| | | | | | | | | | differentiate between one of three different scenarios: 1. No init. 2. Path to init munged by an incorrect loader configuration. 3. Root file system not mounted. Reviewed-by: billf
* Now that we have an elf(5) we can x-ref it here.billf1999-12-201-0/+1
|
* Install the crunched binaries into /sbin, not /stand. This wasgrog1999-12-202-5/+5
| | | | | | | originally done to track down yet another case of lost init, and is not strictly necessary, but it seems more logical to have binaries in /sbin than in /stand. Previously /sbin and /bin were symlinks to /stand. Now /bin and /stand are symlinks to /sbin.
* Add content. This was one of the files that somehow got checked ingrog1999-12-201-0/+2
| | | | | empty. An empty loader.rc will enable the kernel to boot, but it won't find init (because the MFS file system hasn't been loaded).
* Accept a lot of programs from the first floppy.grog1999-12-201-3/+15
| | | | | | Reenable build of ppp and ipfw. Include pccardd.
* Define RELEASE_CRUNCH as a make variable. Previously it was definedgrog1999-12-201-2/+2
| | | | | | | as a preprocessor variable only. This broke the build of ppp. This problem still exists in the old-style directories. Debugging-help-supplied-by: brian
* Move even more programs to the second floppy as the kernel bloats.grog1999-12-201-10/+2
|
* Install the crunched binaries into /sbin, not /stand. This wasgrog1999-12-201-5/+5
| | | | | | | originally done to track down yet another case of lost init, and is not strictly necessary, but it seems more logical to have binaries in /sbin than in /stand. Previously /sbin and /bin were symlinks to /stand. Now /bin and /stand are symlinks to /sbin.
* Handle building individual targets better. It's still broken; thegrog1999-12-201-41/+37
| | | | | | | | | | | | | | only way to be sure the build works correctly is to do a 'make all'. But with these changes, it's easier to test individual targets. In particular, ensure that the vnode file systems are mounted before writing to them. Ensure that we don't get CVS directories on our floppies. Use kgzip instead of kzip to compress the loader. This saves a few kB. Remove some test cruft.
* Clean up lun width determination based upon f/w revisionsmjacob1999-12-201-3/+6
| | | | for the parallel SCSI cards (4.55..4.65 :: 8.55..8.65).
* Clean up some f/w revision checking wrt enabling fast posting.mjacob1999-12-201-76/+98
| | | | Make sure we set defaults sanely for dual-bus adapters.
* add initiator-only mode f/w for 1040 && 1080/1280/1240mjacob1999-12-201-0/+3378
|
* allow (broken) apps to use mixer ioctls on dsp devices. eg: vmwarecg1999-12-201-1/+4
| | | | Submitted by: "Vladimir N. Silyaev" <vsilyaev@mindspring.com>
* Whoops, this function is supposed to return a boolean status, notjkh1999-12-202-2/+2
| | | | flags.
* Add import of ntpd 4.ximp1999-12-191-0/+14
| | | | Add movement of /etc/sendmail.cf to /etc/mail/sendmail.cf
* Do better things with router configuration (use proper display variable,jkh1999-12-196-6/+21
| | | | for one thing - it's router_enable to check, not router).
* stop playing if we underrun; if there is more data to come, the next writecg1999-12-191-0/+2
| | | | will restart
* Whoops, I broke the doc browser (not that anyone would notice since nobodyjkh1999-12-192-8/+8
| | | | READS the docs, but anyway.. :). Fix it.
* note to self: vibra16c is not vibra16xcg1999-12-191-10/+7
|
* fix for ess cards to use auto-init dma mode, so they workcg1999-12-193-12/+12
|
OpenPOWER on IntegriCloud