Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie | |
(this follows FreeBSD and Linux. Single Unix 2 is still illogical) | |||
1999-05-28 | fix tytypos. | Marc Espie | |
1999-05-27 | more missing .El macros filled in | Aaron Campbell | |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell | |
1999-05-27 | sync cgetset() Fn definition with prototype from stdlib.h | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell | |
1999-05-25 | add .Ft macros and move the argument type into each function definition | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
1999-05-19 | add default value for mssdflt. more rationale might be needed. | Niels Provos | |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos | |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller | |
2) Only adjust pointers based on ftp_path, not fts_name. 3) Adjust the entries in the file list, as well as the trees, if needed. Loosely based on a patch from Stas Kisel <stas@SONET.CRIMEA.UA> | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller | |
Also document the NGROUPS limit. | |||
1999-03-10 | fix comma splices involving 'however' | Paul Janzen | |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-25 | Don't segfault when sysctl fails | Artur Grabowski | |
1999-02-25 | constify getcap(3). This fixes a warning in libcurses and doesn't | Todd C. Miller | |
really change the API since those parameters that was been constified really are not modified by getcap(3) routines. | |||
1999-02-16 | daemon returns int | Theo de Raadt | |
1999-01-08 | when malloc fails set bufsize to 0 or all other calls to getmntinfo will fail | Artur Grabowski | |
1998-12-21 | md spinlock | David Leonard | |
1998-11-25 | clarify; d@ | Aaron Campbell | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-11-18 | negative change strtol() | Theo de Raadt | |
1998-11-15 | ftok() takes int id; xpg | Theo de Raadt | |
1998-10-05 | add a reference to fork(2) \ | Artur Grabowski | |
from woods@mail.weird.com | |||
1998-10-04 | For a.out, try mmap first (like we used to do) and only malloc() if that ↵ | Todd C. Miller | |
fails (for ksyms). Also clean up some mmap/malloc leaks. | |||
1998-09-24 | back out gzip support, it will not make it for 2.4 | Todd C. Miller | |
1998-09-24 | note that the caller is responsible for freeing the pointer returned by ↵ | Todd C. Miller | |
setmode() | |||
1998-09-08 | __alpha__, not alpha | Todd C. Miller | |
1998-09-07 | make work on pmax | Todd C. Miller | |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-09-05 | Add support for nlisting against a gzipped kernel, #ifdef'd out since | Todd C. Miller | |
it requires linking with -lz. savecore will use this to operate on gzipped kernels. | |||
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-27 | re-initialize the tty buffer with "/dev/" everytime through; spotted by d | Theo de Raadt | |
1998-08-23 | Strip leading '_' from symbol to lookup if symbols in file lack leading '_'. | Todd C. Miller | |
Needed to make nlist of /dev/ksyms work correctly on non-a.out kernels. | |||
1998-08-21 | I committed the wrong version before, here is the correct one | Todd C. Miller | |
1998-08-21 | For a.out use read, not mmap, to get the string table so this works on | Todd C. Miller | |
/dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok). | |||
1998-08-17 | typo | Todd C. Miller | |
1998-08-15 | fix realloc patch | Theo de Raadt | |