| Commit message (Expand) | Author | Age | Files | Lines |
| * | Spell check and minor grammar fix. | John Polstra | 1999-01-19 | 1 | -3/+3 |
| * | Document the errno return if the restrictions on the fcntl(F_SETOWN, ...) | Don Lewis | 1999-01-19 | 1 | -0/+7 |
| * | Initialize __progname by argv[0] before striping leading path, | Hidetoshi Shimokawa | 1999-01-19 | 1 | -1/+2 |
| * | revoke(2) is supported on regular files under current. Change wording | Joseph Koshy | 1999-01-18 | 1 | -6/+5 |
| * | Use the correct type for uid and gid in struct passwd. Document it. | Dag-Erling Smørgrav | 1999-01-18 | 1 | -2/+2 |
| * | Increase the size of private thread flags so that the test for a | John Birrell | 1999-01-15 | 3 | -3/+3 |
| * | Bring us one step closer to sysinstall'ing on a DOC2k device. | Poul-Henning Kamp | 1999-01-14 | 1 | -1/+3 |
| * | Fix an NFS-related installation problem. | John Polstra | 1999-01-11 | 1 | -1/+1 |
| * | POSIX introduced optreset to deal with multiple invocations | Mike Smith | 1999-01-11 | 1 | -2/+2 |
| * | Fix a minor security problem in libc_r. | Warner Losh | 1999-01-11 | 3 | -12/+75 |
| * | Merge changes from vendor branch (1.1.1 -> 1.1.3) into mainline. | Peter Wemm | 1999-01-10 | 13 | -103/+157 |
| * | This commit was generated by cvs2svn to compensate for changes in r42468, | Peter Wemm | 1999-01-10 | 12 | -143/+551 |
| |\ |
|
| | * | Import zlib 1.1.3 onto the vendor branch. | Peter Wemm | 1999-01-10 | 21 | -233/+695 |
| * | | If we can't open alias.log, don't try to write to the | Brian Somers | 1999-01-10 | 1 | -2/+4 |
| * | | Switch to using ".So" as the extension for PIC object files rather | John Polstra | 1999-01-09 | 4 | -10/+10 |
| * | | Changes for alpha support. | Jordan K. Hubbard | 1999-01-08 | 2 | -2/+21 |
| * | | Strip the leading path from __progname. | Steve Price | 1999-01-07 | 1 | -3/+7 |
| * | | Make the implementation and documentation agree. Specifically: | Dag-Erling Smørgrav | 1999-01-06 | 2 | -6/+11 |
| * | | add MLINKs for all the functions covered by the manpage | David E. O'Brien | 1999-01-06 | 1 | -0/+10 |
| * | | spell check | David E. O'Brien | 1999-01-06 | 1 | -4/+4 |
| * | | Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc. | Dmitrij Tejblum | 1999-01-04 | 2 | -13/+4 |
| * | | Add STANDARDS section. | Garrett Wollman | 1999-01-03 | 1 | -6/+37 |
| * | | Fix grammar in the description of timegm() by totally rewriting it. Remove | Garrett Wollman | 1999-01-03 | 1 | -20/+29 |
| * | | Ignore the fs_spec entry for "/" in /etc/fstab if the device which | Bruce Evans | 1999-01-01 | 1 | -0/+29 |
| * | | Updated type of ss_size in struct sigaltstack. | Bruce Evans | 1999-01-01 | 1 | -3/+2 |
| * | | Eliminate all dependence on boot1 and boot2. This is passed in by | Jordan K. Hubbard | 1998-12-31 | 3 | -28/+6 |
| * | | Transition libdisk to use /boot since what it's looking for (boot1 and boot2) | Jordan K. Hubbard | 1998-12-30 | 1 | -2/+2 |
| * | | Backed out previous commit. It depends on a.out utilities and libraries | Bruce Evans | 1998-12-30 | 1 | -2/+2 |
| * | | Fixed bootstrapping of /usr/mdec/boot[12]. | Bruce Evans | 1998-12-30 | 1 | -2/+2 |
| * | | Fixed type mismatches in args to __syscall(). One for mmap() broke on | Bruce Evans | 1998-12-27 | 1 | -5/+5 |
| * | | Avoid using ld -O (as in bsd.lib.mk). | Bruce Evans | 1998-12-27 | 1 | -7/+16 |
| * | | Fixed CLEANFILES. | Bruce Evans | 1998-12-27 | 2 | -5/+5 |
| * | | Strip the leading path from __progname as is done in the a.out case. Also | Steve Price | 1998-12-24 | 2 | -6/+18 |
| * | | Disable building with alpha software completion options until we upgrade | Doug Rabson | 1998-12-24 | 1 | -2/+3 |
| * | | [This is a null commit to supply the correct log entry] | Doug Rabson | 1998-12-23 | 2 | -2/+2 |
| * | | Implement fpsetmask() and other fp*() functions. Programs should use | Doug Rabson | 1998-12-23 | 10 | -33/+61 |
| * | | Implement and document file list retrieval. | Dag-Erling Smørgrav | 1998-12-21 | 8 | -13/+207 |
| * | | Added documenation for the existing implementation of asctime_r, | Wes Peters | 1998-12-20 | 1 | -0/+35 |
| * | | Add "fla" to Disk_Names() | Poul-Henning Kamp | 1998-12-19 | 1 | -2/+2 |
| * | | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 1 | -3/+5 |
| * | | Don't specify a language to compile_et. | Dag-Erling Smørgrav | 1998-12-18 | 5 | -12/+12 |
| * | | Enable building libio on the alpha. | Doug Rabson | 1998-12-17 | 1 | -2/+6 |
| * | | Note that dying on NULL is an implementation detail. | Eivind Eklund | 1998-12-17 | 1 | -5/+7 |
| * | | Restore old semantics (broken in rev 1.47's buffer overflow fix). | Eivind Eklund | 1998-12-17 | 1 | -1/+3 |
| * | | <sys/types.h> isn't a prerequisite for <kvm.h>. | Bruce Evans | 1998-12-16 | 1 | -1/+0 |
| * | | The previous commit was bogus. <stdlib.h> was never a prerequisite | Bruce Evans | 1998-12-16 | 1 | -2/+0 |
| * | | Declare size_t and ssize_t if they are not already declared, so that | Bruce Evans | 1998-12-16 | 1 | -6/+15 |
| * | | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This | Bruce Evans | 1998-12-16 | 1 | -17/+12 |
| * | | Declare setproctitle() as printf0-like. | Bruce Evans | 1998-12-16 | 1 | -2/+2 |
| * | | Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This is | Bruce Evans | 1998-12-16 | 2 | -16/+14 |