aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make examples install into /usr/share/examples. Like with includes, youGarrett Wollman1994-08-093-1/+45
* Nates password scrambler, from FreebSD 1.1.5, but with everything except Geoff Rehmet1994-08-092-0/+193
* Use a consistent name for librpcsvc.Garrett Wollman1994-08-091-0/+31
* Add back librpcsvc. It builds fine on both my machine and thud, I don'tGarrett Wollman1994-08-091-1/+1
* Punt duplicate declaration of sys_errlist[].Jordan K. Hubbard1994-08-091-1/+0
* Delete two redundant declarations of _exit() and exit().Jordan K. Hubbard1994-08-091-3/+1
* Removed some padding bytes from the nfsnode struct to make the structureDavid Greenman1994-08-092-4/+2
* Remove kgdb for now until we figure out what our gdb strategy is goingJordan K. Hubbard1994-08-091-2/+2
* Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.hJordan K. Hubbard1994-08-094-74/+122
* Remove redundant (and conflicting) definition of sys_errlist.Jordan K. Hubbard1994-08-091-1/+0
* Removed ntohl and ntohs functions. These were already inlined assembly inDavid Greenman1994-08-093-78/+3
* Removed an old, obsolete call to vmmeter(). This is called now in theDavid Greenman1994-08-091-2/+1
* Now that the timezone specification is no longer allowed, don't issue aDavid Greenman1994-08-091-2/+0
* Added various filesystems and multicast support options. Removed myDavid Greenman1994-08-092-15/+31
* Comment out librpcv. Not there.Jordan K. Hubbard1994-08-091-1/+1
* Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>Poul-Henning Kamp1994-08-091-4/+4
* New 2.0 specific changes.Jordan K. Hubbard1994-08-081-0/+5
* Make uucp compile again in 2.0. A little perturbed about the commentJordan K. Hubbard1994-08-081-3/+3
* WHOOPS! Put that back! Sorry, wrong Makefile.inc!Jordan K. Hubbard1994-08-081-0/+1
* Removed NOSHARED. "It's safe now, honey."Jordan K. Hubbard1994-08-081-1/+0
* Correct the man page extent.Jordan K. Hubbard1994-08-082-2/+2
* Boy, was *this* ever bollixed!Jordan K. Hubbard1994-08-081-17/+17
* Make this work even if make depend is not run.Jordan K. Hubbard1994-08-081-1/+1
* add lib subdirGeoff Rehmet1994-08-081-2/+2
* add Makefiles for secure/lib. Makefile.inc just includes src/lib/Makefile.incGeoff Rehmet1994-08-082-0/+9
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-089-85/+906
* Modify libcrypt so that the only exported symbol is _crypt().Geoff Rehmet1994-08-086-266/+58
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.Geoff Rehmet1994-08-0811-0/+2479
* 1. Correct invalid setsid and ioctl return value checks.Guido van Rooij1994-08-081-2/+5
* Fix a compilation-stopping typo; whoops, David - more sleep! :-)Jordan K. Hubbard1994-08-082-4/+4
* Don't pass ${LDADD} to ${AR}. Use ${ARADD} for that.Garrett Wollman1994-08-081-5/+5
* Run-time configuration of VFS update interval. Old UPDATE_INTERVALGarrett Wollman1994-08-083-8/+20
* Suppress irritating extra newline after kern.boottime.Garrett Wollman1994-08-082-2/+2
* Add a missing backslash to get this to work again.Jordan K. Hubbard1994-08-081-1/+1
* Disallow timezone specification, but still allow it to be presentGarrett Wollman1994-08-081-2/+2
* Last commit for this file should have read:David Greenman1994-08-081-2/+2
* Detect the "EOF" condition. Specifically, end of partition.David Greenman1994-08-082-5/+14
* Added support for SIOCSIFMTU.David Greenman1994-08-086-6/+76
* Process tracing code. Written by Sean Eric Fagan.David Greenman1994-08-082-31/+321
* Added ioctl support for SIOCSIFMTU.David Greenman1994-08-083-9/+36
* On second thought, better restrict the mtu to between 72-65535...strangeDavid Greenman1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverDavid Greenman1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-083-3/+18
* Added support for setting the per-interface MTU.David Greenman1994-08-082-8/+34
* Take out multicast support for the moment.David Greenman1994-08-081-1/+1
* Increased ARG_MAX even further...to 64k bytes.David Greenman1994-08-081-2/+2
* Changed B_AGE policy to work correctly in a world with relatively largeDavid Greenman1994-08-088-29/+9
* I belive this should be makeable under 2.0. There may be outstandingPoul-Henning Kamp1994-08-08185-0/+40372
* This gcc-2.6.0 should work with 2.0Poul-Henning Kamp1994-08-084-1/+5468
* Added -Dbsd4_4, this should close the problem with sys_errlist.Poul-Henning Kamp1994-08-081-0/+1