Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | Clean up after brad. | Miod Vallat | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-17 | Reverse smoke-induced error from me. thanks to miod@ | Janne Johansson | |
2001-08-17 | Probably nbsd1.2 rather than obsd2.2 | Janne Johansson | |
2001-08-17 | Openbsd1.2? Nah.. | Janne Johansson | |
2001-08-17 | man 4 intro pointed to itself in "See also". | Janne Johansson | |
2001-08-16 | - remove libatalk | Brad Smith | |
- remove mention of architecture names in the NOPIC variable description | |||
2001-08-16 | Document new clean behavior. | Marc Espie | |
2001-08-15 | Typo fixes; PR/2003 from andrew.hoerter@NeuStar.com | Aaron Campbell | |
2001-08-13 | - Note that unpromoted types should not be passed to va_arg | Heikki Korpela | |
(see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@ | |||
2001-08-12 | SEMMNS *can* be greater than SEMMNI. (sheesh..) | Heikki Korpela | |
I must have been seriously missing coffee when I wrote that. No-one ever approved this either, I messed up patches. millert@ ok backing this out | |||
2001-08-12 | Document FULLPKGNAME changes. | Marc Espie | |
Document PACKAGING. Update sub/flavor dependencies explanations. Semi-deprecate NEWDYNLIBDIR. Synch make plist description. Kill HAVE_MOTIF/REQUIRE_MOTIF entirely. | |||
2001-08-11 | Remove NVNODE from options(4) because there's no point in using | Heikki Korpela | |
it instead of sysctl(8) kern.maxvnodes. ok art@ | |||
2001-08-11 | Fixup example files, man pages and phones parsing. | Kenneth R Westerback | |
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@ | |||
2001-08-09 | mention ELF runtime linker; closes PR 1855 | Jason Peel | |
fix from <dim@xs4all.nl>, with mods from brad@; ok brad@ | |||
2001-08-08 | s/device specific/device-specific/; pointed out by pjanzen@ | Jason Peel | |
2001-08-08 | typo. closes PR 1990; from <Hans-Joerg.Hoexer@informatik.stud.uni-erlangen.de> | Jason Peel | |
2001-08-08 | Reference altq(9) in addition to altqd(8) in options(4) because | Heikki Korpela | |
it's a great manual page. :-) ok millert@ | |||
2001-08-08 | remove IPCOMP. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-08-08 | The kernel message for reaching the mclpool limit has | Heikki Korpela | |
changed; make options(4) reflect this change. ok miod@, art@ | |||
2001-08-07 | Document SEMMNI and SEMMNS kernel options as they are | Heikki Korpela | |
referenced in the postgresql port README file. Also document the SEMUME and SEMMNU options (suggested by millert@). Ok millert@, peter@ | |||
2001-08-07 | Document ADOSFS kernel option. Note caveat: only amiga FFS | Heikki Korpela | |
is supported. jj@ ok | |||
2001-08-06 | MACHINE_CONTIG doesn't exist anymore, nor do RAM_DISK_* ... | Miod Vallat | |
2001-08-06 | o) add BSDI macro (.Bsx); | Mike Pechkin | |
o) OpenBSD -> .Ox; millert@ ok | |||
2001-08-05 | - raid -> RAID | Brad Smith | |
- finish sentence in ami man page and mention iop(4) for I2O mode | |||
2001-08-05 | Comment out a reference to the usbhidctl utility as it's not currently | Hugh Graham | |
installed. Noted by Heikki Korpela. | |||
2001-08-04 | There is not currently a usb(3) manpage, so comment out the Xr. | Hugh Graham | |
Spotted by Heikki Korpela. | |||
2001-08-04 | alphabetize device listing | Peter Valchev | |
2001-08-03 | Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities: | Chris Cappuccio | |
LINK0 disappears; we now set IFCAP_VLAN_HWTAGGING at ifnet->if_capabilities in the Ethernet driver for cards/drivers which support hardware tagging. MTU ambiguity disppears; we now set IFCAP_VLAN_MTU in the Ethernet driver when we know the chip will not truncate/discard vlan-sized frames. Only allow the MTU to be changed within the scope of the parent interface's MTU. (Here we also take into account IFCAP_VLAN_MTU) Propagate hardware-assisted IP/TCP/UDP checksumming flags to the vlan interface if the card supports hardware tagging (from NetBSD) | |||
2001-08-03 | Note Acard support and bugs with AMD, OPTi | Chris Cappuccio | |
2001-08-03 | first shot at a section 4 intro for powerpc, ok drahn | Peter Valchev | |
2001-08-03 | o) We don't like .Pp before/after .Sh; | Mike Pechkin | |
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||
2001-08-03 | o) Remove unneeded .Nm arguments; | Mike Pechkin | |
o) Sort SEE ALSO; o) Minor .Nm and .Nd fixes; o) Typo; millert@ ok | |||
2001-08-02 | assure -> ensure | Hugh Graham | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-08-02 | add lost .Nm entry to .Sh NAME; | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary MLINK entry mentioned twice. | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary .Re; | Mike Pechkin | |
millert@ ok | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-02 | document .Nd | Todd C. Miller | |
2001-08-02 | More DESTDIR -> DESTDIRNAME changes. | Marc Espie | |
Remove AM_MAKEFLAGS setting that has not been there since make handles recursion posixly. | |||
2001-08-02 | I tested a big enough range, so just list them all | Theo de Raadt | |
2001-07-31 | more Xr fixes | Theo de Raadt | |
2001-07-31 | there is no tprintf | Theo de Raadt | |
2001-07-31 | Remove unsupported drek | Todd C. Miller | |
2001-07-31 | allow to test that flags are unset, ok dhartmei@, mickey@ | Peter Stromberg | |
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-07-31 | remove bad Xr | Theo de Raadt | |
2001-07-30 | activate a few forgotten manpages | Hugh Graham | |
2001-07-28 | SWAPPAGER and DEVPAGER are dead. | Artur Grabowski | |