Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-26 | md parts for hpux_compa code; some problems w/ signals delivery still exist | Michael Shalayeff | |
2005-03-26 | Simplify/shrink kbd(8) logic and verbiage. Always ask for best kbd(8) | Kenneth R Westerback | |
table. ok deraadt@ | |||
2005-03-26 | proper check on log type. ok henning claudio | Ted Unangst | |
2005-03-26 | simplify state engine, the old one was very confusing and wrong too. | Otto Moerbeek | |
ok moritz@ "just get this in" deraadt@ | |||
2005-03-26 | Objective-C regress test. | Mark Kettenis | |
2005-03-26 | - Parse boot arguments like on other platforms and handle common flags. | Uwe Stuehler | |
- Delay much longer before rebooting to give the internal disk in the C3000 enough time to stop itself. "go ahead" drahn@ | |||
2005-03-26 | enable reception of multicast frames; from NetBSD | Christian Weisgerber | |
2005-03-26 | encrypt swap by default. cheap, and why not. can be disabled by people | Theo de Raadt | |
who have machines that hit swap a lot. decided after survey of developers, we found that most turned this on. ok various | |||
2005-03-26 | expand the cdrom section into the tape reelm | Michael Shalayeff | |
2005-03-26 | simplify man! no need to outline pci_mapreg_map() anymore just use it | Michael Shalayeff | |
2005-03-26 | More cleanup & cleanup. Use more '[[]]' over '[]' to eliminate "'s, | Kenneth R Westerback | |
use pattern matching in '[[]]' rather than case statement. | |||
2005-03-26 | Add instructions on how to create a bootable tape. | Mark Kettenis | |
ok mickey@ | |||
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat | |
not-so-nice 8x16 font upon attach. Also, shift the display two character cells to the left from its centered position in this case, so as to keep our output properly aligned with the PROM messages. Tested on 3GS and 3GX. | |||
2005-03-26 | Enable wsfont_add(), it will be necessary on sparc. | Miod Vallat | |
2005-03-26 | explciitely 0-initialize pids | Henning Brauer | |
2005-03-26 | Prototypes where moved to ospfd.h so no need to keep them here. | Claudio Jeker | |
2005-03-26 | ospfctl bits for the "ospfctl show fib interface" part. This will print | Claudio Jeker | |
the interface status as seen from the parent kroute perspective. OK henning@ norby@ | |||
2005-03-26 | Implement the IMSG_CTL_IFINFO bits correctly. This is needed for | Claudio Jeker | |
"ospfctl show fib interface". OK henning@ norby@ | |||
2005-03-26 | - use .Cm rather than .Nm for kernel options | Jason McIntyre | |
- no space needed before full stops here | |||
2005-03-26 | Move the path_empty()/path_destroy() check out of the inner for-loop. | Claudio Jeker | |
Makes the code more obvious. Idea from tedu@ OK henning@ | |||
2005-03-26 | kroute.c cleanup, simplify code and remove unused functions. | Claudio Jeker | |
OK henning@ | |||
2005-03-26 | fix a little race on SIGCHLD where we must delay the claenup until | Henning Brauer | |
we invalidated all child pids in case both were killed in a very short time, spotted by and diff from Michael Knudsen <e@molioner.dk>, claudio ok | |||
2005-03-26 | acct, ktrace, and ptrace are only available if the kernel option is there. | Ted Unangst | |
say so. | |||
2005-03-26 | fix a variety of things i found at coverity. ok joris@ | Ted Unangst | |
2005-03-26 | More cleanup. ${MODE} -> $MODE. | Kenneth R Westerback | |
2005-03-26 | Cleanup. Use defines, standard names, consistant comparison operators, etc. | Kenneth R Westerback | |
for auto negotiation ticks code. No functional change. ok brad@ | |||
2005-03-26 | More cleanup. Nuke isalphanumeric() and assume anything that | Kenneth R Westerback | |
successfully ifconfig's is a valid interface. | |||
2005-03-26 | start sentence with capital letter | Peter Valchev | |
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback | |
while statements. | |||
2005-03-25 | all hail Theo and do as He wishes. | Marc Espie | |
2005-03-25 | Change wording of APIWARNs to match arch-independent code. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-25 | put in some cdrom booting notes cloned from hp300 | Michael Shalayeff | |
2005-03-25 | a quick fix -- pad image w/ extra 64k until boot can cope w/ short reads | Michael Shalayeff | |
2005-03-25 | Fix APIWARNs. | Mark Kettenis | |
ok deraadt@ | |||
2005-03-25 | Since machines such as the Enterprise 4500 live in both SBus and PCI worlds, | Miod Vallat | |
splitting the list of machines in SBus and PCI areas is misleading. | |||
2005-03-25 | regen | Michael Shalayeff | |
2005-03-25 | belkin bt and the unsupported netgear ma111v2 | Michael Shalayeff | |
2005-03-25 | regen | Michael Shalayeff | |
2005-03-25 | a bunch of ati ixp* ids | Michael Shalayeff | |
2005-03-25 | calculate the rpm for a disklabel; implement new io discipline for mirror; ↵ | Michael Shalayeff | |
this also changes the mirror striping strategy a bit to achieve the scatter-gathering; of course it has been proven that new discipline still makes troubles thus not enabling it yet ); | |||
2005-03-25 | kill unneeded (char *) casts. ok millert, otto | Jared Yanovich | |
2005-03-25 | Use the return value from getopt() instead of optopt in non-error | Jared Yanovich | |
cases since optopt is not set in these cases, and it is not required by POSIX that it should be. ok millert otto | |||
2005-03-25 | during probe test for a mem window reduction in case there is not enough ↵ | Michael Shalayeff | |
space in the hole for a large one (ie generic now boots same as ramdisk on some machinesw/ lots of bios); found and testing by niallo@ | |||
2005-03-25 | deregister (and deauto!). ok millert@ marco@ | Otto Moerbeek | |
2005-03-25 | use getopt() for argument list parsing | Robert Nagy | |
ok otto@ henning@ | |||
2005-03-25 | whitespace | Moritz Jodeit | |
2005-03-25 | what is an ospfe engine? | Henning Brauer | |
2005-03-25 | extra char in getopt string, Michael Knudsen <e@molioner.dk> | Henning Brauer | |
2005-03-25 | ansify. ok deraadt@ moritz@ | Otto Moerbeek | |
2005-03-25 | whitespace | Otto Moerbeek | |