Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-19 | more about more recent stuff; from Dmitry Bogdan | Michael Shalayeff | |
2004-08-18 | some consistency fixes; | Jason McIntyre | |
2004-08-18 | Add NetMos 4S (4 port serial) | Todd C. Miller | |
2004-08-17 | keep all "ifconfig <cloneable> create" examples the same | Jared Yanovich | |
ok jmc | |||
2004-08-17 | capitalize Fast Ethernet and Gigabit Ethernet | Jared Yanovich | |
ok jmc | |||
2004-08-17 | Regen | Miod Vallat | |
2004-08-17 | a few mdoc fixes | Jared Yanovich | |
ok jmc | |||
2004-08-16 | correct a mistake in a code example; diff from Lawrence Teo; | Jason McIntyre | |
henning says it's correct; | |||
2004-08-16 | mdoc fixes | Jared Yanovich | |
normalize ioctl listing convert SEE ALSO to Rs/Re ok jmc | |||
2004-08-15 | mdoc fixes | Jared Yanovich | |
remove OSI and other old stuff update header file excerpts misc punctuation, grammar, rewording, etc. normalize ioctl listing document interface group ioctls document interface cloning ioctls (help from FreeBSD) add some cross-refs "[mdoc] stuff is fine" jmc | |||
2004-08-15 | -p was removed from dhcpd | Jared Yanovich | |
ok deraadt | |||
2004-08-15 | fix .Dt; | Jason McIntyre | |
2004-08-15 | uppercase the `e' in Ethernet; | Jason McIntyre | |
2004-08-14 | dhcpd doesn't have a -q flag now; ok henning@ deraadt@ | David Krause | |
2004-08-14 | i386-unknown-openbsd3.6, not 3.5; ok deraadt@ | David Krause | |
2004-08-13 | LK204-24-USB LCD; adulau@foo.be | Theo de Raadt | |
2004-08-13 | Update for new gdb. | Mark Kettenis | |
ok deraadt@ | |||
2004-08-12 | new sentence, new line; | Jason McIntyre | |
2004-08-12 | Remove leftovers from pre-clonable device days. | Ryan Thomas McBride | |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn | |
ok millert miod pval, grumble deraadt | |||
2004-08-11 | sync to reality, document missing ioctls | Jared Yanovich | |
mdoc fixes normalize ioctl listing slightly reorganize some parts grammar, punctuation, and rewording fixes remove crud introduced in rev 1.17 and never removed Note: this update does *not* include the controversial stuff discussed on h@; it contains what is in the header file. help and ok (previously) jmc | |||
2004-08-10 | add sgi; | Jason McIntyre | |
ok miod@ | |||
2004-08-10 | Only expand a tilde for strings like "~", "~/..", "~user" and "~user/". | Todd C. Miller | |
For the PATH, only expand a tilde that is at the beginning of the path name. This is similar to the behavior prior to my commit here yesterday. | |||
2004-08-10 | update to reality | Jared Yanovich | |
- elaborate on cloned route behavior - mention route labels - sync header file excerpts - remove ISO mention - things that were new 10 years ago are just "the way" now, so do not refer to them as such - remove source routing stuff for now mdoc corrections add some cross-refs slight consistency and reorganizational fixes grammar, punctuation, and rewording fixes requested by, help, and ok henning help and ok jmc | |||
2004-08-10 | Apacer Wireless Steno MB112 includes wi@USB | Todd C. Miller | |
2004-08-10 | if_mec man | Michael Shalayeff | |
2004-08-09 | Support the "setenv" capability in login.conf ala FreeBSD. Following | Todd C. Miller | |
FreeBSD's example, a '~' in an environment variable is replaced with the user's homedir. A '$' is replaced by the user's login name. Both can be escaped with a backslash to get the literal char. OK deraadt@ | |||
2004-08-09 | sync | Otto Moerbeek | |
2004-08-08 | doc more products | Theo de Raadt | |
2004-08-07 | tyop; Number Six | Todd C. Miller | |
2004-08-06 | import from netbsd w/ minor tweaks. needs more work | Michael Shalayeff | |
2004-08-06 | regen | Michael Shalayeff | |
2004-08-06 | sync | Theo de Raadt | |
2004-08-06 | sync | Theo de Raadt | |
2004-08-06 | zee sgi makefiles | Michael Shalayeff | |
2004-08-06 | regen | Michael Shalayeff | |
2004-08-06 | regen | Michael Shalayeff | |
2004-08-04 | - sync to netbsd | Jared Yanovich | |
- update to reality - grammar, punctuation, rewording - since this page describes both the mixer and audio devices, add mention of the mixer device in relevant places - use standard conventions for documenting ioctls - macro and other mdoc fixes - add some unmentioned audio devices and other cross-refs to "see also" help and ok jmc and add kernel config usage to synopsis (from deraadt) | |||
2004-08-03 | Err, commit after regen... | Miod Vallat | |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat | |
interfaced with the MI scsi code. Adapted from NetBSD with some changes (especially to get tape and old cd-rom drives to not cause the driver to spin during probe). Tested by millert@ and I, ok millert@ | |||
2004-08-03 | add an MLINK for mixer(4) that points to audio(4), | Jared Yanovich | |
since the page describes both devices ok jmc deraadt marius | |||
2004-08-03 | mention EBUSY, ok jmc@ | Pedro Martelletto | |
2004-08-03 | tweaks; | Jason McIntyre | |
2004-08-03 | Xrs from Alexey E. Suslikov; | Jason McIntyre | |
2004-08-03 | document SHARED_ONLY | Marc Espie | |
2004-08-03 | Document 'syncpeer'. | Ryan Thomas McBride | |
2004-08-01 | xr radioctl(1); found by Matthias Kilian <kili@outback.escape.de> | Michael Shalayeff | |
2004-07-31 | remove GATEWAY and IPFORWARDING option knobs, use the sysctl. | Brad Smith | |
ok mcbride@ miod@ deraadt@ | |||
2004-07-30 | more Xrs from Alexey E. Suslikov; | Jason McIntyre | |
2004-07-28 | hostname.tun can be used to set link0, so add standard hostname.if(5)/ | Jason McIntyre | |
netstart(8) blurb; spotted by Alexey E. Suslikov; also, add hostname.if(5) and netstart(8) to SEE ALSO; |