summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".obrien1998-05-151-2/+2
* mbuf, inet, and unix modules no longer read kvm.wollman1998-05-155-199/+265
* Convert socket structures to be type-stable and add a version number.wollman1998-05-1520-133/+827
* Fix an obvious parameter-order bogon. (Don't know what happened towollman1998-05-151-2/+2
* Small typo in T/TCP patch ("speicfy" -> "specify").pb1998-05-151-2/+2
* Don't use `&&' in any shell commands here. Using it to give conditionalbde1998-05-151-117/+117
* Return back vfork and use execve with TZ="" environment in vfork caseache1998-05-151-5/+7
* Use fork instead of vfork since setenv clobber parent environmentache1998-05-151-4/+2
* Move TZ="" assignment just before exec to not touch other time stuffache1998-05-152-5/+4
* Do TZ= as first thing, since FTP protocol is unable to tell zone offset inache1998-05-151-2/+3
* PR: 6641danny1998-05-151-2/+2
* More programs are now broken on alpha due to the libbind changesjb1998-05-151-12/+13
* Change variable from long to time_t where they are passed by referencejb1998-05-151-2/+3
* Remove a big hack after adding a small one to libc/gen/getcwd.c tojb1998-05-152-232/+2
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'jb1998-05-151-0/+4
* The FreeBSD lkm design is aout specific.jb1998-05-152-2/+6
* syscons is i386 specific due to machine/console.hjb1998-05-151-1/+5
* Add cross references for find(1), locate(1), whereis(1) and which(1).jkoshy1998-05-154-4/+13
* Oops, forgot references in previous commit.bde1998-05-155-5/+5
* Support Objective C almost as well as C++.bde1998-05-155-15/+38
* Change the name of a variable from _start to s_start. On alpha therejb1998-05-153-8/+8
* Removed misleading claim that login classes are no longer implemented.jkoshy1998-05-151-5/+7
* Disable the auto-Write Combining setup for the pmap code. Thisdyson1998-05-152-2/+4
* Change the order of the include paths so that the architecture specificjb1998-05-152-6/+6
* Correct use of .Nm. Add rcsid.charnier1998-05-1525-119/+160
* correct use of .Nm. Add rcsid.charnier1998-05-152-7/+9
* Correct use of .Nm. Typo.charnier1998-05-151-11/+11
* Correct use of .Nm. Add rcsid.charnier1998-05-152-9/+11
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingjb1998-05-151-1/+3
* int -> long changes that reduce the diffs with the NetBSD version tojb1998-05-142-34/+34
* On request of Garrett, ad a way to specify that a service should beguido1998-05-142-3/+20
* Fix list corruption and memory leak that could occur whengibbs1998-05-142-4/+12
* Regenerated syscalls list after signanosleep removingache1998-05-141-2/+1
* Remove reference to signanosleepache1998-05-141-1/+0
* Sync with sys/i386conf/majors.i386 revision 1.42.kato1998-05-141-3/+3
* Nuke signanosleep()peter1998-05-142-21/+3
* nuke signanosleep().peter1998-05-141-5/+0
* Nuke signanosleep(). (I've left nanosleep1() seperate to nanosleep()peter1998-05-141-56/+1
* regen after signanosleep nukepeter1998-05-145-15/+8
* deep-six signanosleep(). It sounded like a good idea at the time.peter1998-05-141-3/+2
* Commit an old change that has been sitting around for a long while.peter1998-05-141-2/+16
* Allow `w' to treat a corrupted "utmp" as a non fatal error.jkoshy1998-05-141-4/+7
* Remove a bogus prototype for time() and let time.h do that.jb1998-05-141-6/+5
* Add an example showing how to build a UFS floppypst1998-05-141-2/+32
* Make a bit of FreeBSD-specific code a bit more specific => i386 only.jb1998-05-131-1/+1
* libtcl now builds (with lots of pointer to int cast warnings) on alpha.jb1998-05-131-2/+2
* libtcl expects to see ieeefp.h definitions through this header.jb1998-05-131-0/+2
* Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort wasgibbs1998-05-132-14/+10
* Name cronyx devices correctly.jkh1998-05-132-6/+6
* Sync with sys/i386/isa/sio.c revision 1.201.kato1998-05-132-2/+4
OpenPOWER on IntegriCloud