Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | pretty | Todd T. Fries | |
2002-02-19 | Fix the signal races in rbootd. | Miod Vallat | |
Credit to millert@ and deraadt@ for pointing out some of my braindamage. | |||
2002-02-19 | make wscons devices D-F possible, only used on sparc64 (D) atm. | Todd T. Fries | |
make sparc64 build ttyD{cfg,0,1,..,b} move wscons) to 'target()' macros to make the above possible | |||
2002-02-19 | Use opendev(3) rather than open(2) to please lazy people like me that | Miod Vallat | |
don't want to type "/dev/". It's somewhat an abuse of opendev(), but millert@ said it was ok. | |||
2002-02-19 | Clean the dust, do decent error checking, and add a manual page. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Every command should have a manual page. | Miod Vallat | |
Even obscure ones. Especially obscure ones. | |||
2002-02-19 | login_close() should avoid memory leak. | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Use arc4random(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-19 | Rewrite upper(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | amap_pp_adjref could fragment ppref array; fix by merging adjacent chunks; | Niels Provos | |
from Chuck Silvers; okay art@ | |||
2002-02-19 | no need to talk about parity re-write completion if no re-write was done. | Thierry Deval | |
2002-02-19 | Make multiple buffers with the same basename work correctly.. (like GNU | Vincent Labrecque | |
emacs) and unbreak a stupid loop at the same time. ok art@ | |||
2002-02-19 | Add a BNF production for address (interface name, host name, or numeric). | Daniel Hartmeier | |
In the examples, change "port = x" -> "port x", since it's shorter and valid. | |||
2002-02-19 | don't do anything if #raid=0 (just return) | Thierry Deval | |
2002-02-19 | fetch correct dot.profile | Theo de Raadt | |
2002-02-19 | sync | Theo de Raadt | |
2002-02-19 | Well, it formatted better my way... I'm not THAT tired. | Jason Wright | |
2002-02-19 | pay attention, sleepy jason! | Theo de Raadt | |
2002-02-19 | Xr audiocs, audioamd | Jason Wright | |
2002-02-19 | make this more like pci(4) | Theo de Raadt | |
2002-02-19 | Remove sbus.4 from todo list | Jason Wright | |
2002-02-19 | Xr and other gibble | Theo de Raadt | |
2002-02-19 | Xr sbus 4 | Jason Wright | |
2002-02-19 | sbus(4) man page from NetBSD | Jason Wright | |
2002-02-19 | Remove pcons from the TODO list | Jason Wright | |
2002-02-19 | Missing FRELE in error case. ok provos@ | Thomas Nordin | |
2002-02-19 | bump NMBCLUSTERS | Jason Wright | |
2002-02-19 | From NetBSD: | Jason Wright | |
change some debug printfs to make gcc happy | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix timeout overflow caused by "scsictl format" on machines HZ==100. | |||
2002-02-19 | Document beeper | Jason Wright | |
2002-02-19 | If there are pckbd's, register ourselves to handle beeps... AXi's can now | Jason Wright | |
squawk with the best of 'em. | |||
2002-02-19 | get rid of old if 0'ed code. add support for __weak_alias and fix | Dale Rahn | |
support for __warn_references (both from alpha/sparc4). | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Shift the UPAID in the correct direction. | |||
2002-02-19 | From NetBSD: | Jason Wright | |
Fix microsecond calculation in microtime. Fix register allocation in microtime(). | |||
2002-02-19 | stategy is not an english word | Theo de Raadt | |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt | |
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2002-02-19 | be QUIET by default, damn it | Theo de Raadt | |
2002-02-19 | quiet raid check | Theo de Raadt | |
2002-02-19 | proper dependencies on assym.h | Theo de Raadt | |
2002-02-19 | Add support for sparc64 and sun keyboards. -moj | Mats O Jansson | |
2002-02-19 | add support for media and other generic 802.11 ioctls, elliminates need for ↵ | Michael Shalayeff | |
wicontrol on the ramdisk floppy, pretty much; from netbsd | |||
2002-02-19 | kbd command crud; private@claudio.ch | Theo de Raadt | |
2002-02-19 | when printing out the option list compare the option part only; fixes 802.11 ↵ | Michael Shalayeff | |
mediaopt printing | |||
2002-02-19 | correct return values. | Federico G. Schwindt | |
2002-02-19 | From FreeBSD: | Federico G. Schwindt | |
Prevent dup2(2) from closing internal libc_r pipe descriptors. | |||
2002-02-19 | fix this by now; .Rv prolly has to be removed. | Federico G. Schwindt | |
2002-02-19 | sync | Theo de Raadt | |