summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-12-03DST changekstailey
1997-12-033X -> 3Todd C. Miller
1997-12-033X-> 3Todd C. Miller
1997-12-033X -> 3Todd C. Miller
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-12-03OpenBSD tagsTodd C. Miller
1997-12-03merge of ncurses-4.1-971129Todd C. Miller
1997-12-03Merge of ncurses-4.1-971129Todd C. Miller
1997-12-03merge of ncurses-4.1-971129Todd C. Miller
1997-12-03Prevent IPF and NAT configuration changes when securelevel > 1.kstailey
1997-12-03fix printfs in apm_power_printJim Rees
1997-12-02do not destroy /dev/null on alphaNiklas Hallqvist
1997-12-02forgot to commit this too.Todd C. Miller
1997-12-02one way to deal with LIB_DEPENDS on alphaNiklas Hallqvist
1997-12-02use ndbm, not old dbm, geezTheo de Raadt
1997-12-02watch those overflowsbitblt
1997-12-02Fix deadlock in cd9660 code. NetBSD PR#2262Constantine Sapuntzakis
1997-12-02Unlock child temporarily while truncating directory. This preventsConstantine Sapuntzakis
a double locking bug in the soft updates code.
1997-12-02More splbio()'s added so that reassignbuf can do its thing.Constantine Sapuntzakis
1997-12-02Protect some more vnode operation with splbio. Needed for correct interactionConstantine Sapuntzakis
with soft updates code.
1997-12-02syncTheo de Raadt
1997-12-02We have perl5 in-treeNiklas Hallqvist
1997-12-02rewrite using mandoc macros; add an examples section.Niels Provos
1997-12-02Use the proper .Bd -literal .Ed sequence for quoting examples.Niels Provos
1997-12-02first guess at the new perl layout... still buildingTheo de Raadt
1997-12-02The change art made causes infinite recursion. This patches it until he ↵Theo de Raadt
fixes it right
1997-12-02once moreMichael Shalayeff
1997-12-02repository move of src/bin/pdksh to src/bin/kshTheo de Raadt
1997-12-02I'll never learn how to handle version numbers.. :(Artur Grabowski
1997-12-02It was hard to commit this file an hour ago. (I forgot to save it)Artur Grabowski
1997-12-02i failed to test compile this before commitingTheo de Raadt
1997-12-02The disabling of kerberos should work now.Artur Grabowski
I think I will document this in the future. It was impossible to find.
1997-12-02Bye bye Innaccurate misleading fileTheo de Raadt
1997-12-02syncTheo de Raadt
1997-12-02If i386, and COMPAT_LINUX is enabled, if setegid() is called with an outTheo de Raadt
of range value recognize it as the Linux personality() system call, and switch into Linux emulation mode.... At least they could have picked an unused system call number!
1997-12-01buf oflow; bitbltTheo de Raadt
1997-12-01Does not compile. Obviously untested code. RevertedTheo de Raadt
1997-12-01use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0)chuck
1997-12-01Newer ncr driver from NetBSD minus the scsipi stuff and withTodd C. Miller
changes to make it diff usefully against the FreeBSD driver. Tested on alpha and i386, not tested on powerpc.
1997-12-01rearrange rfc1323 thingyTheo de Raadt
1997-12-01Another upgrade to kth-krb4-0.9.7Artur Grabowski
1997-12-01Another minimal upgrade to kth-krb4-0.9.7.Artur Grabowski
1997-12-01rearrange memory computations, remove bogus MEM_COMPUTE hackMichael Shalayeff
1997-12-01Thou shalt not commit changes to a lib without changing version numbers.Artur Grabowski
1997-12-01changed a an int to a void and I call it an upgrade from 0.5 to 0.9.7..Artur Grabowski
1997-12-01Pathetic small changes to bring this up to date with kth-krb4-0.9.7Artur Grabowski
(this interface will not be used in this century anyway)
1997-12-01no need for shared installbootTheo de Raadt
1997-12-01bye bye vi, curses got too large. alternatives anyone?Theo de Raadt
1997-12-01Fix typo, vnsprintf -> vsnprintf. Tsk tsk.Todd C. Miller
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.Niels Provos