Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-20 | It's not good to mix mdoc and old-style macros together; espie@ | Aaron Campbell | |
1999-07-18 | Sync with current diagnostic messages. | Hakan Olsson | |
1999-07-17 | Fix a typo | brian | |
Submitted by: Rich Wood <rich@chugaboom.net> | |||
1999-07-15 | Back out the mis-commit of my development ISDN modifications. | brian | |
1999-07-15 | Don't declare `end' if we aren't compiling radius support. | brian | |
1999-07-14 | Explicitly used the phrase "proxy arp". Added examples. | Kjell Wooding | |
1999-07-13 | Merge with FreeBSD 3.2, while keeping OpenBSD mktemp/mkstemp fixes. | Theo de Raadt | |
Some minor man page enhancements. Brings better man pages, new features, more error checking, and improved performance; some FreeBSD examples for creating ctm deltas merged by hgweigand@wiesbaden.netsurf.de | |||
1999-07-11 | Fix check for valid user name in interactive use | Marc Espie | |
1999-07-10 | Leap through one more hoop to avoid alignment problems. | brian | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-09 | stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru | Aaron Campbell | |
1999-07-08 | - use `#' prompts instead of `$' prompts (need to be root to run adduser) | Aaron Campbell | |
- mdoc'ify the -batch option syntax properly | |||
1999-07-08 | merge adduser(8) and rmuser(8) man pages, plus add more information... hmm, | Aaron Campbell | |
could still probably use a bit of work | |||
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-07 | show MESSAGE using PAGER | Marc Espie | |
1999-07-06 | union wait -> int | Todd C. Miller | |
wait3 -> waitpid (for portability) | |||
1999-07-05 | mmap is no longer broken on sparc | Artur Grabowski | |
1999-07-05 | oops | Marc Espie | |
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-07-04 | Let pkg_add use tar -q. | Marc Espie | |
(This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...) | |||
1999-07-04 | some fix-ups | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-07-03 | typos | Hugh Graham | |
1999-07-03 | Add a note about modem_chat vs. dialback | Todd C. Miller | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-07-01 | print kern.arandom unsigned | Theo de Raadt | |
1999-06-29 | mention kern.arandom | Niels Provos | |
1999-06-29 | permit attach to address-less interfaces | Theo de Raadt | |
1999-06-29 | grammar; form@kti.nsc.ru | Aaron Campbell | |
1999-06-26 | Don't bother read()ing if we ``expect'' nothing in our chat script. | brian | |
1999-06-26 | If we run out of chat script immediately after a successfully executed | brian | |
expect-send-expect sequence, finish gracefully, don't core dump. This bug has been there for over a year - I could never reproduce it ! Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> | |||
1999-06-24 | - let chmod work for suid (move it in front of chown). | Marc Espie | |
- use the new form of chown, with user:group instead of user.group. | |||
1999-06-23 | Support `igmp' filters. | brian | |
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net> | |||
1999-06-23 | Use DEV_BSIZE instead of hard-coding 512 | Todd C. Miller | |
1999-06-23 | add -DUVM if we run UVM | Artur Grabowski | |
1999-06-22 | Disable TUNSLMODE when we first open the tun device (FreeBSD only). | brian | |
Submitted by: Ian West <ian@niw.com.au> | |||
1999-06-22 | Fix the unused REVERSE stuff in the packet aliasing code. | brian | |
1999-06-21 | remove Xr to format(8); fries@ | Aaron Campbell | |
1999-06-18 | Don't use the ``next'' redial timer if we have no phone number at all. | brian | |
1999-06-18 | new mandoc cron(8), crontab(1), and crontab(5) man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-17 | Dislexy strikes again | Marc Espie | |
1999-06-17 | typo | Marc Espie | |
1999-06-16 | more #ifdef hell | Theo de Raadt | |
1999-06-16 | i386 | Marc Espie | |
1999-06-15 | change getentry() args to solve problem | Theo de Raadt | |
1999-06-15 | Check return value of getentry() for -1, not < 0 since it returns | Todd C. Miller | |
an unsigned value; jon@oaktree.co.uk | |||
1999-06-14 | Come up with something useful when someone searches for | brian | |
``dynamic IP''. |