summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-04fix a typoTodd T. Fries
1998-07-04network driver framework in placeTheo de Raadt
1998-07-04more typosTodd C. Miller
1998-07-04typo; jon@oaktree.co.ukTheo de Raadt
1998-07-04newsalt also takes ,rounds modifier.Niels Provos
1998-07-04document the variable number of rounds for 'newsalt'. That name shouldNiels Provos
probably be changed to something more fitting.
1998-07-04enable variable number of rounds for extended crypt, this is the cryptNiels Provos
variant used by BSDI, reminded of this fact by Solar Designer.
1998-07-04put 224 route on default, to avoid a hostname lookupTheo de Raadt
1998-07-04syncTheo de Raadt
1998-07-04add new devices; kleinkTheo de Raadt
1998-07-04emulate shrinking in mremap(); boquist@cs.chalmers.seTheo de Raadt
1998-07-04add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbageTheo de Raadt
1998-07-04split dirname and basename man pages; add dirnameTheo de Raadt
1998-07-04split dirname and basename man pagesTheo de Raadt
1998-07-04map registers of the qec+be 100mbit cardTheo de Raadt
1998-07-04no need for counting attachmentsTheo de Raadt
1998-07-04fid the reloc bugMichael Shalayeff
1998-07-04add qec register infoTheo de Raadt
1998-07-04add support for qec; same basic thing as lebufferTheo de Raadt
1998-07-03typoPaul Janzen
1998-07-03Add gotcha to the list of current bugs, according to Niklas e-mail to misc.Marc Espie
1998-07-03More configuration details and .Xr X(1)Jason Wright
1998-07-03Better fix from Christos:Todd C. Miller
deleting a suffix that has 0 source references causes core-dump. Fix: when an unused suffix gets removed, delete it from the suffix list. There is still, however a duplicate free(), which I work around by passing the Suffix back as a return value to SuffRemove() (it gets set to NULL when the suffix is freed). This is probably not the best way to fix this.
1998-07-03Fix assembly of cmov* instructions. This instruction does not have the W bitTobias Weingartner
to specify operand size (use a prefix instead). Tested by mickey, me, and hopefully others along the way. The same fix seems to exist in freebsd as well.
1998-07-03Fix handling of trailing slashes. Don't ever strip them, because that'sConstantine Sapuntzakis
the way the user tells us that he really wants a directory. Also, a trailing slash does not mean that the last component is null (in fact, according to POSIX, a component can't be 0 bytes). Rather, the last component is the one directly preceding the trailing slashes.
1998-07-03NTPTheo de Raadt
1998-07-03S_IWGRPTheo de Raadt
1998-07-03who cares if joystick is attachedTheo de Raadt
1998-07-03add stupid pcib driverTheo de Raadt
1998-07-03cleanTheo de Raadt
1998-07-03wrong endian conversion caused vif stats to be wrong; jonny@jonny.eng.brTheo de Raadt
1998-07-03Xr mtioTheo de Raadt
1998-07-03first cut at MI mtio(4)Theo de Raadt
1998-07-03use 10 X in mkstemp string for improved speed at race winningTheo de Raadt
1998-07-03link for mkstemps()Theo de Raadt
1998-07-03syncTheo de Raadt
1998-07-03Add /etc/host.random in list of things to check.Angelos D. Keromytis
1998-07-03Generate an /etc/host.random if it doesn't exist; 64KB, perms 600.Angelos D. Keromytis
1998-07-03Change the random file path, add a sanity check on file size.Angelos D. Keromytis
1998-07-03Fix my fix to return sane values.Angelos D. Keromytis
1998-07-03produce credible seeds for non-existent users.Todd C. Miller
1998-07-03Fix some of my indentation badness.Angelos D. Keromytis
1998-07-03do not free() before last ref; kmayer@freegate.comTheo de Raadt
1998-07-03Remove user existance disclosure through "s/key" challenges.Angelos D. Keromytis
1998-07-02Check against suffNull, not the contents of nameTodd C. Miller
1998-07-02better fix; may be a small memory leak thoughTodd C. Miller
1998-07-02Mostly sync with FreeBSD-current. Needs more testing.Jason Downs
1998-07-02back out last patch; it causes incorrect behaviorTodd C. Miller
1998-07-02some config(8) stuffMichael Shalayeff
1998-07-02Fix a bug where make gets confused by targets beginning with a period (``.'')Todd C. Miller
and tried to do a suffix conversion, following a NULL pointer in the proccess. Also add some sanity checks so we don't blindly assume strchr returns non-NULL.