Age | Commit message (Expand) | Author |
2002-02-23 | Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2) | Todd C. Miller |
2002-02-23 | Add a big fat warning that setlogin() changes the login name for all | Todd C. Miller |
2002-02-22 | manpages fixes, mostly from fgsch@ with cleanup and correction. | Dale Rahn |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn |
2002-02-22 | update Python listing and remove Squid. | Brad Smith |
2002-02-22 | note KTRFAC_EMUL | Theo de Raadt |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski |
2002-02-21 | account for the process signal mask when dealing with signals; tested | Federico G. Schwindt |
2002-02-21 | correct .Xr's. | Federico G. Schwindt |
2002-02-21 | Use .St for standards. Random cleanups as well. | Federico G. Schwindt |
2002-02-21 | fgsch, if you commit without test compiling ONE MORE TIME, I will send a cast... | Theo de Raadt |
2002-02-21 | When cleanup_routine is called... also use .St to reference standards. | Federico G. Schwindt |
2002-02-21 | Xr pthread_kill; from fries@ | Federico G. Schwindt |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-20 | fix includes and some cleanup. | Federico G. Schwindt |
2002-02-20 | pthread_kill() manpage; from FreeBSD. | Federico G. Schwindt |
2002-02-19 | We need to keep K&R compat macros for some ports where the assemnbler is | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-19 | login_close() should avoid memory leak. | Mike Pechkin |
2002-02-19 | correct return values. | Federico G. Schwindt |
2002-02-19 | From FreeBSD: | Federico G. Schwindt |
2002-02-19 | fix this by now; .Rv prolly has to be removed. | Federico G. Schwindt |
2002-02-18 | make Booleans signed char, since char is unsigned on powerpc; millert ok | Theo de Raadt |
2002-02-18 | Open console with O_NONBLOCK to avoid blocking on a locked console. | Todd C. Miller |
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadt | Peter Valchev |
2002-02-16 | zap zap zap; miod | Theo de Raadt |
2002-02-16 | getpw(3) goes; miod | Theo de Raadt |
2002-02-13 | indent | Theo de Raadt |
2002-02-12 | Remove references to nonexistent man pages. Ok theo, millert. | Kjell Wooding |
2002-02-10 | but... on vax... des_enc.c requires -O1 | Theo de Raadt |
2002-02-10 | back out the no reserved port option for nfs | Nathan Binkert |
2002-02-09 | Allow O_SYNC and O_NOFOLLOW flags in dbopen() | Todd C. Miller |
2002-02-08 | Document that close-on-exec is not touched in dup2 when oldd == newd. | Artur Grabowski |
2002-02-08 | required piece to compile the lib | Michael Shalayeff |
2002-02-08 | fix typo, and put back stack frame ops | Michael Shalayeff |
2002-02-07 | reverse condition in the sp botchness check, we need to nullify | Michael Shalayeff |
2002-02-07 | additional condition on reverse copy; from fredette@ | Michael Shalayeff |
2002-02-06 | no need to interlock the register, use r0 as output | Michael Shalayeff |
2002-02-06 | implement the setjmp/longjmp family, based on fredette@'s work | Michael Shalayeff |
2002-02-06 | Fix for heimdal-0.4e | Hans Insulander |
2002-02-05 | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | Mike Pechkin |
2002-02-02 | fix some protos | Michael Shalayeff |
2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value | Todd C. Miller |
2002-02-01 | Return a useful errno value in the overflow case. Also, print a | Todd C. Miller |
2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an | Todd C. Miller |
2002-02-01 | After writing a page out to disk, run the page back through the user's | Todd C. Miller |
2002-02-01 | Fix a condition where the hole would be inserted in the wrong place during a | Todd C. Miller |