summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-27regenBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
ok krw@
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
from FreeBSD. ok brad@.
2005-03-27Oops. Missed one md_set_term().Kenneth R Westerback
2005-03-27Use new skeleton kbd(8) '-l' to generalize kbd(8) use. EliminateKenneth R Westerback
fixed list of available maps and machine dependant md_set_term() functions. Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment) will now present list of available keyboard encodings. ok deraadt@
2005-03-27add a -i option to ignore case distinctions in the process match;Robert Nagy
From: NetBSD; ok millert@
2005-03-27another fxp PCI idBrad Smith
2005-03-27regenBrad Smith
2005-03-27ICH-6M fxp PCI idBrad Smith
From: FreeBSD
2005-03-27do not mark up punctuation;Jason McIntyre
2005-03-27tweaks;Jason McIntyre
2005-03-27update the author's email address;Jason McIntyre
based on a similar change to netbsd page, w/ author's permission;
2005-03-27provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkTheo de Raadt
the install script even more
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
watchdog reset message. ok krw@
2005-03-26inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK)Claudio Jeker
Use IN_CLASSA_NET instead of hard coded 0xff000000 OK henning@
2005-03-26Document that historic BSD getopt(3) set optopt for each char, not justTodd C. Miller
on error.
2005-03-26enable compat_hpux and a commented out compat_linuxMichael Shalayeff
2005-03-26check for null and return error instead of stepping over itMichael Shalayeff
2005-03-26fix a typoMichael Shalayeff
2005-03-26oops. it's 2005 now!Michael Shalayeff
2005-03-26fix compat_hpux entryMichael Shalayeff
2005-03-26some minimalistic hppa/hpux additionsMichael Shalayeff
2005-03-26md parts for hpux_compa code; some problems w/ signals delivery still existMichael Shalayeff
2005-03-26Simplify/shrink kbd(8) logic and verbiage. Always ask for best kbd(8)Kenneth R Westerback
table. ok deraadt@
2005-03-26proper check on log type. ok henning claudioTed Unangst
2005-03-26simplify state engine, the old one was very confusing and wrong too.Otto Moerbeek
ok moritz@ "just get this in" deraadt@
2005-03-26Objective-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-26enable reception of multicast frames; from NetBSDChristian Weisgerber
2005-03-26encrypt swap by default. cheap, and why not. can be disabled by peopleTheo 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-26expand the cdrom section into the tape reelmMichael Shalayeff
2005-03-26simplify man! no need to outline pci_mapreg_map() anymore just use itMichael Shalayeff
2005-03-26More cleanup & cleanup. Use more '[[]]' over '[]' to eliminate "'s,Kenneth R Westerback
use pattern matching in '[[]]' rather than case statement.
2005-03-26Add instructions on how to create a bootable tape.Mark Kettenis
ok mickey@
2005-03-26Use the PROM font whenever possible, rather than switching to theMiod 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-26Enable wsfont_add(), it will be necessary on sparc.Miod Vallat
2005-03-26explciitely 0-initialize pidsHenning Brauer
2005-03-26Prototypes where moved to ospfd.h so no need to keep them here.Claudio Jeker
2005-03-26ospfctl bits for the "ospfctl show fib interface" part. This will printClaudio Jeker
the interface status as seen from the parent kroute perspective. OK henning@ norby@
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
"ospfctl show fib interface". OK henning@ norby@
2005-03-26- use .Cm rather than .Nm for kernel optionsJason McIntyre
- no space needed before full stops here
2005-03-26Move 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-26kroute.c cleanup, simplify code and remove unused functions.Claudio Jeker
OK henning@
2005-03-26fix a little race on SIGCHLD where we must delay the claenup untilHenning 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-26acct, ktrace, and ptrace are only available if the kernel option is there.Ted Unangst
say so.
2005-03-26fix a variety of things i found at coverity. ok joris@Ted Unangst
2005-03-26More cleanup. ${MODE} -> $MODE.Kenneth R Westerback
2005-03-26Cleanup. Use defines, standard names, consistant comparison operators, etc.Kenneth R Westerback
for auto negotiation ticks code. No functional change. ok brad@
2005-03-26More cleanup. Nuke isalphanumeric() and assume anything thatKenneth R Westerback
successfully ifconfig's is a valid interface.