| Commit message (Expand) | Author | Age | Files | Lines |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 1 | -0/+19 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 1 | -0/+6 |
* | Fix swap radix tree dump formatting ( pstat -ss ), it was printing the | dillon | 1999-01-25 | 1 | -4/+4 |
* | gethostbyname2() was broken for lookups via NIS on FreeBSD/alpha | gallatin | 1999-01-25 | 1 | -4/+7 |
* | Fix symlinking. Without the -f "force" option, the wrong version | markm | 1999-01-24 | 1 | -4/+4 |
* | Backed out most of previous commit to go with backing out support for | bde | 1999-01-24 | 1 | -4/+6 |
* | The new crypt code broke "make world". Back it out. | markm | 1999-01-23 | 15 | -1667/+149 |
* | Fixed missing cross reference to kvm_getfiles. | bde | 1999-01-23 | 1 | -0/+1 |
* | Fixed unsorting of SRCS and MAN3 in previous commit. | bde | 1999-01-23 | 1 | -4/+4 |
* | Fixed unsorting of cross references in previous commit. | bde | 1999-01-23 | 1 | -1/+1 |
* | Oops, forgot this. Needed by libkvm. | dillon | 1999-01-23 | 1 | -1/+14 |
* | Fix breakage for the static a.out case. The a.out linker doesn't | jdp | 1999-01-22 | 1 | -4/+10 |
* | Fix type-o's in manual | dillon | 1999-01-22 | 1 | -3/+3 |
* | Add SWIF_DEV_PREFIX flag to add "/dev/..." to device name. | dillon | 1999-01-22 | 1 | -2/+3 |
* | Implement kvm_getswapinfo() libkvm function. Will be used by | dillon | 1999-01-22 | 4 | -2/+551 |
* | Typo police. | brian | 1999-01-22 | 1 | -1/+1 |
* | Revert my last change, "Rename some globals to reduce namespace | jdp | 1999-01-21 | 2 | -20/+20 |
* | Merge from vendor branch: timezone file structure changes and doco. | wollman | 1999-01-21 | 3 | -25/+45 |
* | Moved from the old secure/lib/libcrypt area, because of the rewrite to how | brandon | 1999-01-21 | 5 | -0/+532 |
* | Rewrite of crypt library to be more modular, and addition of the | brandon | 1999-01-21 | 10 | -149/+1135 |
* | Rename some globals to reduce namespace pollution. | jdp | 1999-01-20 | 2 | -20/+20 |
* | Make it possible to use PAM in statically-linked applications. | jdp | 1999-01-20 | 15 | -74/+86 |
* | Install man page link for strtok_r. | jdp | 1999-01-19 | 1 | -1/+2 |
* | Spell check and minor grammar fix. | jdp | 1999-01-19 | 1 | -3/+3 |
* | Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) | truckman | 1999-01-19 | 1 | -0/+7 |
* | Initialize __progname by argv[0] before striping leading path, | simokawa | 1999-01-19 | 1 | -1/+2 |
* | revoke(2) is supported on regular files under current. Change wording | jkoshy | 1999-01-18 | 1 | -6/+5 |
* | Use the correct type for uid and gid in struct passwd. Document it. | des | 1999-01-18 | 1 | -2/+2 |
* | Increase the size of private thread flags so that the test for a | jb | 1999-01-15 | 3 | -3/+3 |
* | Bring us one step closer to sysinstall'ing on a DOC2k device. | phk | 1999-01-14 | 1 | -1/+3 |
* | Fix an NFS-related installation problem. | jdp | 1999-01-11 | 1 | -1/+1 |
* | POSIX introduced optreset to deal with multiple invocations | msmith | 1999-01-11 | 1 | -2/+2 |
* | Fix a minor security problem in libc_r. | imp | 1999-01-11 | 3 | -12/+75 |
* | Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline. | peter | 1999-01-10 | 13 | -103/+157 |
* | This commit was generated by cvs2svn to compensate for changes in r42468, | peter | 1999-01-10 | 12 | -145/+553 |
|\ |
|
| * | Import zlib 1.1.3 onto the vendor branch. | peter | 1999-01-10 | 21 | -235/+697 |
* | | If we can't open alias.log, don't try to write to the | brian | 1999-01-10 | 1 | -2/+4 |
* | | Switch to using ".So" as the extension for PIC object files rather | jdp | 1999-01-09 | 4 | -10/+10 |
* | | Changes for alpha support. | jkh | 1999-01-08 | 2 | -2/+21 |
* | | Strip the leading path from __progname. | steve | 1999-01-07 | 1 | -3/+7 |
* | | Make the implementation and documentation agree. Specifically: | des | 1999-01-06 | 2 | -6/+11 |
* | | add MLINKs for all the functions covered by the manpage | obrien | 1999-01-06 | 1 | -0/+10 |
* | | spell check | obrien | 1999-01-06 | 1 | -4/+4 |
* | | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | dt | 1999-01-04 | 2 | -13/+4 |
* | | Add STANDARDS section. | wollman | 1999-01-03 | 1 | -6/+37 |
* | | Fix grammar in the description of timegm() by totally rewriting it. Remove | wollman | 1999-01-03 | 1 | -20/+29 |
* | | Ignore the fs_spec entry for "/" in /etc/fstab if the device which | bde | 1999-01-01 | 1 | -0/+29 |
* | | Updated type of ss_size in struct sigaltstack. | bde | 1999-01-01 | 1 | -3/+2 |
* | | Eliminate all dependence on boot1 and boot2. This is passed in by | jkh | 1998-12-31 | 3 | -28/+6 |
* | | Transition libdisk to use /boot since what it's looking for (boot1 and boot2) | jkh | 1998-12-30 | 1 | -2/+2 |