| Commit message (Expand) | Author | Age | Files | Lines |
* | Treat an attempt to read from a write-only stream more consistently. | rnordier | 1999-08-10 | 1 | -1/+2 |
* | Use the latest version of these files from OpenBSD. | imp | 1999-08-10 | 3 | -21/+26 |
* | Import strl{cat,cpy} from OpenBSD. | imp | 1999-08-10 | 4 | -6/+289 |
* | Fixed missing "G" in the list item for the main description of %g and | bde | 1999-08-08 | 1 | -2/+2 |
* | Add RCS IDs to those files without them. | deischen | 1999-08-05 | 237 | -254/+423 |
* | Fix thread initialization to allow for the case where stdio file | deischen | 1999-08-05 | 7 | -39/+51 |
* | Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred over | hoek | 1999-08-01 | 1 | -1/+7 |
* | Fixed $Id$. | bde | 1999-07-31 | 1 | -3/+3 |
* | Removed a duplicate reference to System V.4. | bde | 1999-07-31 | 1 | -2/+1 |
* | Fixed syntax error in previous commit. | bde | 1999-07-31 | 1 | -2/+3 |
* | FIxed disordering in previous commit. Fixed some old disorder. | bde | 1999-07-31 | 1 | -3/+3 |
* | Document that writev(2) can fail with ENOBUFS. | nik | 1999-07-30 | 1 | -1/+3 |
* | Use the .At macro when referencing versions of AT&T UNIX. | mpp | 1999-07-30 | 4 | -8/+12 |
* | Document the getdents(2) system call. The documentation was | mpp | 1999-07-30 | 3 | -165/+29 |
* | Document the lchmod(2) system call. | mpp | 1999-07-30 | 2 | -17/+29 |
* | Add a manual page for getdents(2). This was taken from NetBSD, but | mpp | 1999-07-30 | 1 | -0/+151 |
* | Document the lutimes() and futimes() system calls. | mpp | 1999-07-30 | 2 | -26/+97 |
* | Mdoc cleanup. | mpp | 1999-07-30 | 1 | -2/+3 |
* | Add missing cause for an EINVAL return (msgtype < 1). | sheldonh | 1999-07-26 | 1 | -1/+4 |
* | Correct HISTORY section, according to CVS logs. | sheldonh | 1999-07-26 | 1 | -2/+3 |
* | remove <ctype.h> - not needed | ache | 1999-07-26 | 1 | -1/+0 |
* | unsigned char cleanup | ache | 1999-07-26 | 1 | -17/+17 |
* | asprintf() does use realloc() internally, but saying so in the manpage can be | hoek | 1999-07-25 | 1 | -4/+2 |
* | Update the manpage for the number of symlinks in ELOOP | n_hibma | 1999-07-24 | 1 | -2/+4 |
* | Backed out previous commit. devname.3 and devname.c were broken in Lite1 | bde | 1999-07-24 | 1 | -4/+6 |
* | Correct the information about the return value when no device matches | nik | 1999-07-20 | 1 | -6/+4 |
* | Correct some grammar and style problems with this page. | nik | 1999-07-20 | 1 | -16/+16 |
* | Various cleanups. | green | 1999-07-19 | 1 | -6/+6 |
* | Make devname(3) return something more intelligent than NULL if it doesn't | phk | 1999-07-18 | 1 | -2/+27 |
* | Enable gmon/mcount on alpha. | simokawa | 1999-07-16 | 2 | -13/+3 |
* | Enable gcrt1.o. | simokawa | 1999-07-16 | 2 | -2/+25 |
* | Make profil() 64bit-safe for alpha. | simokawa | 1999-07-16 | 1 | -2/+2 |
* | Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbuf | jlemon | 1999-07-15 | 1 | -2/+2 |
* | Be a little clearer about login_getpwclass(3), and its penchant for | nik | 1999-07-14 | 1 | -1/+7 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 360 | -5/+426 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
* | Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack. | dt | 1999-07-12 | 6 | -48/+18 |
* | Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing | sheldonh | 1999-07-12 | 1 | -1/+1 |
* | Fix a couple more coding style nits. | jasone | 1999-07-11 | 5 | -12/+12 |
* | Modify previous changes to conform better to libc_r's coding style. | jasone | 1999-07-11 | 11 | -196/+297 |
* | Fixed a minor style nit in the EXAMPLE section. | wes | 1999-07-10 | 1 | -1/+1 |
* | Clarify an explanation a little bit. | phk | 1999-07-09 | 1 | -4/+9 |
* | Back out previous commit after discussing it with Dmitrij Tejblum. | des | 1999-07-07 | 1 | -4/+0 |
* | Always set errno to ENOMEM when returning 0 from malloc() or realloc(). | des | 1999-07-07 | 1 | -1/+5 |
* | Make the new %Z addition thread-safe. | obrien | 1999-07-06 | 1 | -19/+49 |
* | Always use growable thread stacks on the i386. The VM_STACK kernel option | jasone | 1999-07-06 | 14 | -88/+51 |
* | Merge from -stable; support for the 'ida' driver, move fla to major 102 | msmith | 1999-07-05 | 2 | -4/+6 |
* | Disable growable stacks by default, as advertised. | jasone | 1999-07-05 | 3 | -6/+6 |
* | Use growable stacks for thread stacks that are the default stack size. | jasone | 1999-07-05 | 14 | -64/+462 |
* | Actually impliment the documented %Z specifier. | obrien | 1999-07-04 | 2 | -2/+44 |