| Commit message (Expand) | Author | Age | Files | Lines |
* | Make work for sigset_t change. Also modify tests to account for | deischen | 1999-12-05 | 2 | -6/+6 |
* | Change signal handling to conform to POSIX specified semantics. | deischen | 1999-12-04 | 12 | -81/+237 |
* | Add RLIMIT_SBSIZE here, too. | green | 1999-12-03 | 1 | -0/+4 |
* | Missed part of previous commit. | archie | 1999-12-03 | 1 | -0/+4 |
* | Recognize NGM_BPF_COOKIE. | archie | 1999-12-03 | 1 | -0/+1 |
* | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | sheldonh | 1999-12-02 | 1 | -1/+8 |
* | Separate some common sysctl code into sysctl_find_oid() and calling | green | 1999-12-01 | 1 | -0/+4 |
* | %Ex -> %Ef to not conflict with POSIX | ache | 1999-11-30 | 5 | -13/+53 |
* | Document %Ex and %OB | ache | 1999-11-30 | 1 | -2/+4 |
* | Stricter checking %A vs %a | ache | 1999-11-30 | 1 | -11/+13 |
* | Fix %C handling | ache | 1999-11-30 | 1 | -14/+52 |
* | Add %Ex extension to determine "%e %b" or "%b %e" order | ache | 1999-11-30 | 3 | -8/+22 |
* | Turn libbind back on, it should be ok now. | peter | 1999-11-30 | 1 | -1/+1 |
* | EEK! termios mode wasn't activated.. | peter | 1999-11-30 | 2 | -2/+2 |
* | Build more components to get named to build. | peter | 1999-11-30 | 1 | -8/+25 |
* | oops, forgot to disconnect libbind while it's broken. | peter | 1999-11-30 | 1 | -2/+6 |
* | Update for Bind 8.2.2.p5 | peter | 1999-11-30 | 1 | -0/+37 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 6 | -254/+309 |
* | Report swapdevices as cdevs rather than bdevs. | phk | 1999-11-29 | 1 | -1/+1 |
* | style fixes, remove extra braces. | alfred | 1999-11-29 | 1 | -17/+20 |
* | Add the PAM SSH RSA key authentication module. For example, you can add, | green | 1999-11-29 | 1 | -0/+328 |
* | Provide a man page for Alfreds lovely readdir_r function. Also | wes | 1999-11-29 | 2 | -5/+27 |
* | Provide and document ctermid_r function. | wes | 1999-11-28 | 2 | -2/+23 |
* | Document the getlogin_r function. | wes | 1999-11-28 | 1 | -2/+22 |
* | Provide the getlogin_r function. | wes | 1999-11-28 | 1 | -0/+18 |
* | * Fix the stack allocation code so that it works for alpha. Change it | dfr | 1999-11-28 | 6 | -18/+78 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 91 | -252/+2422 |
* | Remove 'sd' support. SCSI disks are known as 'da' these days. | msmith | 1999-11-27 | 2 | -3/+1 |
* | Remove BAD144 support | phk | 1999-11-27 | 5 | -42/+0 |
* | To avoid confusion, zap libtermcap. ncurses provides both curses, termcap | peter | 1999-11-26 | 12 | -2178/+0 |
* | To avoid confusion, zap libcurses. ncurses provides both curses, termcap | peter | 1999-11-26 | 73 | -10160/+0 |
* | General clean-up of socket.h and associated sources to synchronise up | phk | 1999-11-24 | 18 | -30/+57 |
* | longjumperror() and abort() don't exist in libstand.. Don't test | peter | 1999-11-24 | 1 | -8/+1 |
* | Ensure libmytinfo stays dead.. I originally left it here so that we might | peter | 1999-11-24 | 47 | -9385/+0 |
* | Allow empty UIDs if we are processing NIS records. I am not entirely | eivind | 1999-11-22 | 1 | -2/+4 |
* | Make __sfp() even more thread-safe. | dt | 1999-11-21 | 1 | -1/+1 |
* | Add (FILE *) locking. | dt | 1999-11-20 | 1 | -0/+9 |
* | Make __sfp() (FILE allocator) thread-safe: added locking like in malloc(). | dt | 1999-11-20 | 1 | -0/+11 |
* | Fix HISTORY - the copyright header on the file of the GCC version was | obrien | 1999-11-20 | 1 | -4/+4 |
* | Add to the HISTORY. | obrien | 1999-11-19 | 1 | -1/+9 |
* | The "acfcomp" field is not in the structure anymore. There may be a better | roberto | 1999-11-19 | 1 | -1/+0 |
* | For the TCP transport, put the listening socket in non-blocking | jdp | 1999-11-18 | 1 | -0/+18 |
* | Make setproctitle(NULL) restore all of the original arguments | brian | 1999-11-17 | 4 | -60/+90 |
* | Fix a bug in the hack that protects against FTP bounce attacks. | jdp | 1999-11-17 | 1 | -3/+2 |
* | Don't complain loudly about unknown termcap capabilities, eg: | peter | 1999-11-17 | 2 | -2/+2 |
* | Introduce commandline caching in the kernel. | phk | 1999-11-16 | 3 | -0/+66 |
* | Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a | sheldonh | 1999-11-15 | 2 | -4/+15 |
* | fts_pathlen and fts_namelen are u_short, not short | kris | 1999-11-15 | 1 | -2/+2 |
* | Typo | kris | 1999-11-15 | 1 | -1/+1 |
* | Properly document what ENOENT really means for kldfind(2). | chris | 1999-11-14 | 1 | -3/+1 |