summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1998-07-02missed path changesMichael Shalayeff
1998-07-02ansi and fancy gccMichael Shalayeff
1998-07-02indentTheo de Raadt
1998-07-02Fix mv b/ a where a is a directory.Constantine Sapuntzakis
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1998-07-02I suppose debugging code can be removedTheo de Raadt
1998-07-02for sugid procs ensure that fd 0-2 are allocated slots (by pointing atTheo de Raadt
/dev/null -- future patch will use a dead vnode of some sort) to prevent reuse (ie. new allocations) of these fd which libc makes many assumptions about; problem noted by James Youngman
1998-07-01Add NPMODE_KEEPLAST conditions; not supported yet (act like NPMODE_QUEUE).Angelos D. Keromytis
1998-07-01delete unknown errorTheo de Raadt
1998-07-01Document BSD4.4 flags supportMarc Espie
1998-07-01Fix confusing error messageMarc Espie
1998-07-01First shot for EB164SX/LX support; kernels for those should be muchAngelos D. Keromytis
more stable now, but by no means production-strong. A lot of code from NetBSD.
1998-07-01NetBSD sync.Angelos D. Keromytis
1998-07-01Add pciide_machdep.c; that file is taken from NetBSD (forgot toAngelos D. Keromytis
mention in previous commit).
1998-07-01PCI-IDE interface.Angelos D. Keromytis
1998-07-01Do the right thing with interrupts during autoconfiguration; from NetBSD.Angelos D. Keromytis
1998-07-01compile ramdisk kernel -O, smaller, happierTheo de Raadt
1998-07-01crank major version since we have added new interfacesTodd C. Miller
1998-07-01add strlcpy/strlcat, safe and sensible string copy/appendTodd C. Miller
1998-07-01let COPTS override -02Theo de Raadt
1998-06-30remove unnecessary assignmentNiels Provos
1998-06-30do not delete files like that, geezTheo de Raadt
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-30PCI-IDE interface include files (needed for Alpha, at least); from NetBSD.Angelos D. Keromytis
1998-06-30Fix broken IPX so the kernel will compile.Bob Beck
1998-06-30Add an NPMODE_KEEPLASTAngelos D. Keromytis
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
Disallow KDENABIO icotl if securelevel > 1 [NetBSD] Only define scrnsv_timeout if PCVT_SCREENSAVER set [NetBSD] Fix setting of keyboard LED's. For some keyboard controllers the keyboard would hang when pcvt set the LED because pcvt did not wait for the ACK to come back. [FreeBSD] Consolidate keyboard type checks into a switch statement. [me]
1998-06-30updated with some new attributes also.Niels Provos
1998-06-30new default attribute list, including blowfish, cast and 3des attributes.Niels Provos
RIPEMD does not work for some reason, yet to be found out.