summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use .Ar instead of .ar. Correct incorrect use of .Sm (detected by Paul (pst)).charnier1998-06-041-4/+5
* Don't use beforedepend; just put generated headers in SRCS. ldgram.hbde1998-06-041-4/+3
* Typos.charnier1998-06-041-3/+3
* Don't forget to pretend that `make -n -jN' makes the targets that itbde1998-06-041-1/+2
* Removed special rules for lex- and yacc- generated files. The generalbde1998-06-041-12/+1
* Fix my last commit which got caught in the cvs/cvsup cycle.jb1998-06-031-3/+2
* Use gethostname(3) to obtain the local host name, as opposed to uname(3).joerg1998-06-031-5/+4
* Missing DPADD's.peter1998-06-031-1/+4
* Add missing DPADD's.peter1998-06-0311-11/+42
* Add the DPT driver here. It's kinda ironic that it got enabled in -stablejkh1998-06-032-2/+16
* Force success of the probe (after doing it as before except in onebde1998-06-033-12/+15
* signal() returns SIG_ERR on error, not int.jb1998-06-031-4/+4
* Fixed a printf() arg botch in the previous commit.bde1998-06-033-21/+18
* No longer need the architecture specific include from libc now thatjb1998-06-031-7/+0
* Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.confjb1998-06-031-1/+6
* Sync with sys/i386/i386/machdep.c revision 1.298.kato1998-06-032-4/+42
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justjb1998-06-031-1/+7
* In the case of alpha (only), more than just libc needs to know thatjb1998-06-031-1/+2
* Ifdefed the netisr support.bde1998-06-032-4/+42
* Correct wrong claim about `telldir()' cookie lifetimes.jkoshy1998-06-031-16/+11
* Spelling corrections.jkoshy1998-06-035-11/+11
* Correct description of -crtscts.jkoshy1998-06-031-2/+2
* Correct typo.jkoshy1998-06-031-2/+2
* If vm86 services are available, use these to perform the APM BIOSmsmith1998-06-039-37/+183
* PR: 6831danny1998-06-023-9/+9
* Increment __FreeBSD_version because the semctl() prototype changedjdp1998-06-021-2/+2
* Don't build perl in build-tools: if NOPERL is defined.jhay1998-06-021-2/+9
* PR: bin/6828thepish1998-06-021-30/+53
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-022-18/+26
* Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn aboutpeter1998-06-022-10/+25
* Fix brain-fart. "usr.bin/reinstall" should be "sbin/ldconfig".peter1998-06-021-2/+2
* Cut through the discussions and settle the issue: Everything in /var/runphk1998-06-021-2/+2
* Cleanup and remove some dead code from the initialization.dyson1998-06-021-15/+5
* Correct sleep priority.dyson1998-06-024-8/+8
* Add a reference to the original softupdates paperjulian1998-06-021-0/+2
* Add a reference to the Ganger/Patt paperjulian1998-06-023-0/+9
* o Return error when the controller can't accept commands.eivind1998-06-025-19/+18
* Set PAGE_SIZE for _SC_PAGESIZE sysconf().dufault1998-06-012-0/+2
* Add a trivial mechanism for returning a useful default value if one ismsmith1998-06-011-1/+4
* Allow devfs to support the 'uk' devicejulian1998-06-011-3/+27
* add libcipher, and update comments about libdes, libkdb, libkrb etcpeter1998-06-011-4/+5
* Look for kzhead.o and kztail.o in /usr/lib/aout.jhay1998-06-011-3/+3
* ldconfig is used at the end of installworld.peter1998-06-011-1/+3
* SUBDIR += rtld-aoutpeter1998-06-011-2/+5
* SUBDIR += lddpeter1998-06-011-2/+2
* SUBDIR += ldconfigpeter1998-06-011-2/+2
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,peter1998-06-0120-5936/+0
* Look for files in their new locations.peter1998-06-011-11/+7
* Build ldconfig in /sbin environment directly, rather than under the gnu ldpeter1998-06-011-6/+4
* ldd standalone build, after repository copy.peter1998-06-011-2/+1
OpenPOWER on IntegriCloud