| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add end of line check so mkinit doesn't produce garbage if you have a | Paul Traina | 1994-11-06 | 1 | -2/+2 |
* | Get this braindead, mongoloid shell look in /stand for pwd if it can't | Jordan K. Hubbard | 1994-11-06 | 1 | -3/+8 |
* | Fix group permissions check for group list size > 1 | Andrey A. Chernov | 1994-11-05 | 1 | -3/+13 |
* | Fix root -w case according to manpage (-x & -r cases already accords) | Andrey A. Chernov | 1994-11-05 | 1 | -4/+7 |
* | Cosmetique, missing tab/spaces after patch | Andrey A. Chernov | 1994-11-05 | 1 | -6/+6 |
* | More complex implementation of previos superuser fix | Andrey A. Chernov | 1994-11-05 | 1 | -2/+10 |
* | test produce wrong results for superuser, i.e. tells | Andrey A. Chernov | 1994-11-05 | 1 | -2/+2 |
* | Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined | David Greenman | 1994-11-03 | 1 | -4/+2 |
* | Don't check existence of -lcrypt to decide if DES is employed, | Poul-Henning Kamp | 1994-10-29 | 1 | -2/+2 |
* | Use kvm_uread instead of kvm_read to access the upages. | David Greenman | 1994-10-18 | 1 | -2/+3 |
* | Back out ctype fix, unneded with new ctype | Andrey A. Chernov | 1994-10-09 | 1 | -2/+2 |
* | Skip 'cua' 3 chars like 'tty' 3 chars | Andrey A. Chernov | 1994-10-02 | 1 | -2/+3 |
* | On second thought...back out previous commit. | David Greenman | 1994-10-02 | 4 | -9/+5 |
* | Include rtprio.h | David Greenman | 1994-10-02 | 4 | -5/+9 |
* | libcompat removed | Andrey A. Chernov | 1994-10-02 | 1 | -3/+3 |
* | First level of changes for bringing in eBones (kerberos). | Geoff Rehmet | 1994-09-29 | 1 | -5/+13 |
* | Actually implement this correctly. | Garrett Wollman | 1994-09-26 | 1 | -5/+2 |
* | Added $Id$ | David Greenman | 1994-09-24 | 259 | -1/+382 |
* | Remove bogus cast that was introduced in the previous commit. | Bruce Evans | 1994-09-21 | 1 | -1/+1 |
* | Remove redundant declarations that were added in the previous commit. | Bruce Evans | 1994-09-21 | 2 | -6/+1 |
* | Make ls ctype-aware | Andrey A. Chernov | 1994-09-21 | 1 | -1/+1 |
* | fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn't | Poul-Henning Kamp | 1994-09-20 | 1 | -1/+1 |
* | Applied patch to make -Wall and -Dlint shut up. | Poul-Henning Kamp | 1994-09-20 | 1 | -2/+4 |
* | The former patch to sync.c was short-lived. Bruce pointed out that | Poul-Henning Kamp | 1994-09-20 | 1 | -2/+3 |
* | /home/phk/jg | Poul-Henning Kamp | 1994-09-20 | 1 | -2/+2 |
* | Applied patch to make -Wall and -Dlint shut up. | Poul-Henning Kamp | 1994-09-20 | 5 | -11/+17 |
* | Add support for '-k' option to print file allocation space in 'K' instead of | Paul Traina | 1994-09-19 | 2 | -2/+11 |
* | Added domainname. | Garrett Wollman | 1994-09-18 | 1 | -3/+5 |
* | A new domainname(1) command based on hostname(1), this time with a correct | Garrett Wollman | 1994-09-18 | 3 | -0/+146 |
* | With '!' being made into a keyword (yech!), case cases didn't work properly. | Sean Eric Fagan | 1994-09-14 | 1 | -11/+13 |
* | Make get_int() think that "" (null) has the integer value 0. | Geoff Rehmet | 1994-09-11 | 1 | -0/+5 |
* | - handle signs on integers properly, | Geoff Rehmet | 1994-09-11 | 4 | -2/+28 |
* | [ From Dave Tweten ] | Jordan K. Hubbard | 1994-09-08 | 1 | -2/+4 |
* | Explicitly include <sys/types.h> before including <regex.h>. This is | Bruce Evans | 1994-09-05 | 1 | -0/+1 |
* | Added rtprio option/field. | David Greenman | 1994-09-01 | 2 | -0/+4 |
* | Add dependencies on libraries to DPADD. Someday this should be done | Bruce Evans | 1994-08-28 | 1 | -0/+1 |
* | Reviewed by: | Andreas Schulz | 1994-08-28 | 1 | -2/+2 |
* | Reviewed by: | Andreas Schulz | 1994-08-28 | 1 | -1/+1 |
* | Reviewed by: | Andreas Schulz | 1994-08-28 | 1 | -2/+2 |
* | Touch init.c after making it in case mkinit refused to touch it after not | Bruce Evans | 1994-08-21 | 1 | -0/+1 |
* | Got rid of stupid warning message. | David Greenman | 1994-08-18 | 1 | -11/+1 |
* | Got rid of extra space between args and (command). | David Greenman | 1994-08-18 | 1 | -1/+1 |
* | The last commit was bogus...the putenv doesn't affect the parent process, | David Greenman | 1994-08-12 | 1 | -10/+3 |
* | Implemented the -k flag more properly...don't destroy the user's setting | David Greenman | 1994-08-12 | 1 | -2/+11 |
* | Make `ps' set-uid root so that it can read the same set of arguments | Garrett Wollman | 1994-08-11 | 1 | -2/+2 |
* | Gimme back my `-k' option! | Garrett Wollman | 1994-08-10 | 2 | -3/+12 |
* | WHOOPS! Put that back! Sorry, wrong Makefile.inc! | Jordan K. Hubbard | 1994-08-08 | 1 | -0/+1 |
* | Removed NOSHARED. "It's safe now, honey." | Jordan K. Hubbard | 1994-08-08 | 1 | -1/+0 |
* | The handling of err.h and const.h were in a real tangle and didn't | Jordan K. Hubbard | 1994-08-07 | 1 | -7/+1 |
* | Fix some dependency bobbles. | Garrett Wollman | 1994-08-06 | 1 | -0/+2 |