Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-07-28 | cleanups. typo. | Mike Pechkin | |
niklas@ ok. | |||
2001-07-27 | Back out changes adding 'make depend' to recommended build process. | Kenneth R Westerback | |
As Theo gently pointed out, this was bullshit. A normal 'make build' does indeed do all the required 'make depend's. I could have sworn I tested that and found it wanting. Sigh. mea culpa. As atonement I will be cleaning up release.8 to implement several of Theo's suggestions. | |||
2001-07-27 | 'make depend' really is required, esp. to prevent cruft being installed in ↵ | Kenneth R Westerback | |
the tree during build. Pointed out by beck@. | |||
2001-07-27 | We can now boot from I2O devices | Niklas Hallqvist | |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas Hallqvist | |
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages! | |||
2001-07-27 | Update list of cards supported by nge(4) | Nathan Binkert | |
Fix a typo | |||
2001-07-26 | Fix my ! iface example to be more useful | Chris Cappuccio | |
2001-07-25 | ISO 3166-1 country names and code elements; ok millert@ | Jason Peel | |
2001-07-22 | Fix times vs timed typo. Closes PR #1952. | Kenneth R Westerback | |
2001-07-22 | belt-and-suspenders: define SHLIB_* from major/minor, then use | Marc Espie | |
SHLIB_* exclusively. | |||
2001-07-21 | Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl library | Marc Espie | |
does install. | |||
2001-07-21 | Several fixups; from Brian Poole <raj@cerias.purdue.edu> | Jason Wright | |
2001-07-20 | One BINDIR too many, I don't know how I pulled that one. | Marc Espie | |
2001-07-20 | undo broken changes, i dunno a fix for these; how many times you gonna ↵ | Michael Shalayeff | |
repeat the same mistake espie@ and millert@ ? |