Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-17 | Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@ | Miod Vallat | |
2005-11-17 | kvtop() is not used anymore. Thanks for the fish. | Miod Vallat | |
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | Miod Vallat | |
2005-11-17 | fix byteorder for "s" and "l" formats; ok henning@ krw@ | Kevin Steves | |
2005-11-17 | document "log (user)" | Joel Knight | |
wording help and ok jmc@ | |||
2005-11-17 | Regen. | Alexander Yurchenko | |
2005-11-17 | Unify SMBus controllers ids. | Alexander Yurchenko | |
2005-11-17 | remove stale NAMEDB; ok theo | Jakob Schlyter | |
2005-11-17 | Use sectors as the size units for the RAW_PART (i.e. 'c') partition in | Kenneth R Westerback | |
spoofed sd disklabels. Sectors are the partition size units used and documented everywhere else in the tree. sd ensures a sector will always be a multiple of 512. Fixes disklabel(8) error messages and partition size display for sd devices that have no OpenBSD disklabel and a sectorsize > 512. Noted by Robert Szasz on his Sony Hi-MD device. ok pedro@ marco@ | |||
2005-11-17 | typo, ok hshoexer@ | Alexander von Gernler | |
2005-11-17 | for pfctl -f rules, open the file before resetting options. when opening | Daniel Hartmeier | |
the file fails, produce only the error message and leave options unchanged. reported by Tamas TEVESZ, ok deraadt@ | |||
2005-11-17 | Work around a gcc optimization problem. Spotted by biorn@; fix | Otto Moerbeek | |
inspired by FreeBSD. ok biorn@ millert@ deraadt@ | |||
2005-11-17 | errx is better here | Otto Moerbeek | |
2005-11-17 | Test a few more rint functions. | Otto Moerbeek | |
2005-11-17 | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | Otto Moerbeek | |
jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | |||
2005-11-17 | some knf and whitespace cleanup. | Moritz Jodeit | |
2005-11-17 | sort hosts, even when specified on the command line. | Moritz Jodeit | |
fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@ | |||
2005-11-17 | style; no binary change. | Federico G. Schwindt | |
2005-11-17 | sync | Theo de Raadt | |
2005-11-17 | yet another output fix; | Xavier Santolaria | |
2005-11-17 | indent; | Xavier Santolaria | |
2005-11-17 | Add support for following forks. Backported from the to-be released gdb 6.4. | Mark Kettenis | |
Only works on amd64, i386, m88k, mips64, sparc, sparc64 and vax for now. | |||
2005-11-17 | add attachment for openpic behind memc, for newer G5 systems. | Dale Rahn | |
only attaches a parent openpic, not a slave openpic. ok kettenis | |||
2005-11-17 | restructure the wtmp/newsyslog blurb slightly, to make this read better; | Jason McIntyre | |
2005-11-17 | need to escape `-' to produce an en-dash; | Jason McIntyre | |
2005-11-17 | saying when a device *first* appeared is much more informative, in a | Jason McIntyre | |
HISTORY section, than just noting that it did appear; | |||
2005-11-17 | add a free() which got lost in r1.104. ok hshoexer@ deraadt@ | Moritz Jodeit | |
2005-11-17 | buffer overflow | Theo de Raadt | |
2005-11-17 | finally get around to documenting the alternate call to pkg_create. | Marc Espie | |
2005-11-17 | missing strdup() check, From: David Hill <dhill@mindcry.org> | Henning Brauer | |
2005-11-17 | tun devices get created (cloned) automagically when the device is opened. | Henning Brauer | |
the code took a shortcut which results in the new device not beeing added to its interface class group as it should. call the regular if_clone_create() instead of taking shortcuts, and all is fine. ok markus, tested Mike Belopuhov <mkb@crypt.org.ru> | |||
2005-11-17 | Unbreak; noticed by evol@online.ptt.ru. | Alexander Yurchenko | |
2005-11-17 | Fix pastos; ok deraadt@. | Alexander Yurchenko | |
2005-11-17 | slightly better | Uwe Stuehler | |
2005-11-17 | Xr zrc 4 here, too | Uwe Stuehler | |
2005-11-17 | Xr zrc 4 | Uwe Stuehler | |
2005-11-17 | add missing word | Uwe Stuehler | |
2005-11-17 | Sharp CE-RH2 remote control driver | Uwe Stuehler | |
2005-11-17 | "#ifdef is for emacs developers.", back after kjell cried | Chad Loder | |
2005-11-17 | fix mixer control names. | Brad Smith | |
i2s.c diff from Tsubai Masanari's CVS repo. ok joris@ | |||
2005-11-17 | sync | Theo de Raadt | |
2005-11-17 | grok adt7467 somewhat, and fan disconnects | Theo de Raadt | |
2005-11-17 | adt driver | Theo de Raadt | |
2005-11-17 | basic driver for adt7460 found in some machines | Theo de Raadt | |
2005-11-17 | oops | Theo de Raadt | |
2005-11-17 | go loud with autoconfig messages again, we are gonna try to write drivers soon | Theo de Raadt | |
2005-11-17 | - "revdate" is something else - function should be called | Niall O'Higgins | |
checkin_mtimedate() for clarity. | |||
2005-11-17 | - split -d handling into function checkin_setrevdate() | Niall O'Higgins | |
2005-11-17 | remove the BNF grammar definition from the manual page. it's getting a | Reyk Floeter | |
pain to maintain this (have a look at parse.y for some BNF). theo was right... | |||
2005-11-17 | - spelling fix | Niall O'Higgins | |
- minor KNF |