Age | Commit message (Expand) | Author |
1999-05-26 | mention that parameter name1 (the file to link to) need not exist; from NetBSD | Aaron Campbell |
1999-05-26 | typo; from NetBSD | Aaron Campbell |
1999-05-26 | new 3Com NIC man pages (aka, work no one else wants to do) :-) | Aaron Campbell |
1999-05-26 | sync with FreeBSD | David Leonard |
1999-05-26 | document two new states (deadlock and spinblock) | David Leonard |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard |
1999-05-26 | document double-unlock check and how it relates to the std. (POSIX says in on... | David Leonard |
1999-05-26 | bye bye gethostbyname_r and getservbyname_r tests | David Leonard |
1999-05-26 | count and chec the number of times the self-cancelling thread tries to cancel... | David Leonard |
1999-05-26 | show a bit more information when checks fail | David Leonard |
1999-05-25 | explain the third argument more thoroughly; some cmds take it as an int, | Aaron Campbell |
1999-05-25 | Export kn_keycompare() in the API, update the spec and man pages. | Angelos D. Keromytis |
1999-05-25 | kill some old macros | Aaron Campbell |
1999-05-25 | Stub out src/ ports makefile fragments, so that everything is under | Marc Espie |
1999-05-25 | sync | Theo de Raadt |
1999-05-25 | for getopt, check rval != -1, not > 0 | Todd C. Miller |
1999-05-25 | punctuation | Aaron Campbell |
1999-05-25 | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. | Jason Downs |
1999-05-25 | also explain about makeoptions PROF="-pg". | Niels Provos |
1999-05-25 | explain about option GPROF. | Niels Provos |
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-25 | whoops, tzset() needs a void argument; deraadt@ | Aaron Campbell |
1999-05-25 | out with old macros, in with new mdoc; kwesterback@home.com | Aaron Campbell |
1999-05-24 | new mdoc ipftest(1) man page; kwesterback@home.com | Aaron Campbell |
1999-05-24 | This patch lets sparc ld handle pic/PIC relocations mix, by simply forcing | Marc Espie |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright |
1999-05-24 | set the close-on-exec flag for newly opened files | David Leonard |
1999-05-24 | show '(not a tty)' instead of '(null)' when wall is run with stderr not a tty... | David Leonard |
1999-05-24 | permit threaded use; jb@freebsd | Theo de Raadt |
1999-05-24 | init exit code; ben@scientia.demon.co.uk | Theo de Raadt |
1999-05-24 | clarify description of .Ft macro; kwesterback@home.com | Aaron Campbell |
1999-05-24 | Add shlib_dirs variable so users can add to the directories cached | Todd C. Miller |
1999-05-24 | Dynamically allocate memory for structures whose sizes are based on the | Todd C. Miller |
1999-05-24 | instead of dropping out of window SYNs, send an ACK and drop afterwards. | Niels Provos |
1999-05-24 | correct return value of poll(); noted by d@ | Theo de Raadt |
1999-05-24 | quieter operation during initial mounting of primary swap | Tobias Weingartner |
1999-05-24 | bye-bye, swapctl does the same thing. | Tobias Weingartner |
1999-05-24 | modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp | Todd C. Miller |
1999-05-24 | Correct the ``ignoring sync/async'' warnings so that they show | brian |
1999-05-24 | don't lie about being able to arbitrarily intermix reads and writes in stdio | Aaron Campbell |
1999-05-24 | more buf oflows | Aaron Campbell |
1999-05-24 | fix buf oflow | Aaron Campbell |
1999-05-24 | document the -m flag, normally only used by su(1); woods@most.weird.com, | Aaron Campbell |
1999-05-24 | replace some old macros with new ones, make use of .Sy for warnings etc; d@ | Aaron Campbell |
1999-05-24 | typos; kwesterback@home.com | Aaron Campbell |
1999-05-24 | repair; d@ | Aaron Campbell |
1999-05-24 | add missing #include's; d@ | Aaron Campbell |
1999-05-24 | your -> you're; d@ | Aaron Campbell |
1999-05-24 | Don't warn about ``!'' lines being unindented commands in ppp.conf. | brian |