Age | Commit message (Expand) | Author |
2005-03-27 | Fix possible double alignment, and a memory leak in error path. Mostly | Kenneth R Westerback |
2005-03-27 | Oops. Missed one md_set_term(). | Kenneth R Westerback |
2005-03-27 | Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate | Kenneth R Westerback |
2005-03-27 | add a -i option to ignore case distinctions in the process match; | Robert Nagy |
2005-03-27 | another fxp PCI id | Brad Smith |
2005-03-27 | regen | Brad Smith |
2005-03-27 | ICH-6M fxp PCI id | Brad Smith |
2005-03-27 | do not mark up punctuation; | Jason McIntyre |
2005-03-27 | tweaks; | Jason McIntyre |
2005-03-27 | update the author's email address; | Jason McIntyre |
2005-03-27 | provide enough of a -l mode in non-kvm snooping mode, and krw can shrink | Theo de Raadt |
2005-03-26 | Use "struct em_softc *sc" consistently all over and uncover the | Brad Smith |
2005-03-26 | inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK) | Claudio Jeker |
2005-03-26 | Document that historic BSD getopt(3) set optopt for each char, not just | Todd C. Miller |
2005-03-26 | enable compat_hpux and a commented out compat_linux | Michael Shalayeff |
2005-03-26 | check for null and return error instead of stepping over it | Michael Shalayeff |
2005-03-26 | fix a typo | Michael Shalayeff |
2005-03-26 | oops. it's 2005 now! | Michael Shalayeff |
2005-03-26 | fix compat_hpux entry | Michael Shalayeff |
2005-03-26 | some minimalistic hppa/hpux additions | Michael Shalayeff |
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 |
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 |
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 |
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 |
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 |
2005-03-26 | Add instructions on how to create a bootable tape. | Mark Kettenis |
2005-03-26 | Use the PROM font whenever possible, rather than switching to the | Miod Vallat |
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 |
2005-03-26 | Implement the IMSG_CTL_IFINFO bits correctly. This is needed for | Claudio Jeker |
2005-03-26 | - use .Cm rather than .Nm for kernel options | Jason McIntyre |
2005-03-26 | Move the path_empty()/path_destroy() check out of the inner for-loop. | Claudio Jeker |
2005-03-26 | kroute.c cleanup, simplify code and remove unused functions. | Claudio Jeker |
2005-03-26 | fix a little race on SIGCHLD where we must delay the claenup until | Henning Brauer |
2005-03-26 | acct, ktrace, and ptrace are only available if the kernel option is there. | Ted Unangst |
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 |
2005-03-26 | More cleanup. Nuke isalphanumeric() and assume anything that | Kenneth R Westerback |
2005-03-26 | start sentence with capital letter | Peter Valchev |
2005-03-26 | Start some delayed cleanup and shrinkage. Today: ': ;' -> ':;' in | Kenneth R Westerback |
2005-03-25 | all hail Theo and do as He wishes. | Marc Espie |