summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-07tweak;Jason McIntyre
2003-08-07regenMichael Shalayeff
2003-08-07wrong major for xfsMichael Shalayeff
2003-08-07make net.inet6.ip6.redirect actually work. from kameJun-ichiro itojun Hagino
2003-08-07m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat.Jun-ichiro itojun Hagino
2003-08-07watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@Markus Friedl
2003-08-07syncTheo de Raadt
2003-08-07do not treat traps from the syscall gate page as user codeMichael Shalayeff
2003-08-07des_cipher 3rd param is int32_t not longTheo de Raadt
2003-08-07unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptTheo de Raadt
2003-08-07ansiTheo de Raadt
2003-08-07ansiTheo de Raadt
2003-08-06typoTheo de Raadt
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-06must pre-def struct file before circular structsTheo de Raadt
2003-08-06Plug some memory leaks; from Patrick LatifiTodd C. Miller
2003-08-06Fix strlcat() args; from Patrick LatifiTodd C. Miller
2003-08-06Fix a memleak on error in usb_block_allocmem(); Patrick LatifiTodd C. Miller
2003-08-06The cleanup in ohci_init() is wrong; the statements for label bad2Todd C. Miller
2003-08-06Remove unreachable return statement after break; Patrick LatifiTodd C. Miller
2003-08-06Remove an unused variable and plug a memory leak; Patrick LatifiTodd C. Miller
2003-08-06getdiskbyname(3) requires <sys/types.h>; Patrick LatifiTodd C. Miller
2003-08-06-h, human readable sizes. from a jonathon gray mail to tech@Ted Unangst
2003-08-06add missing header. millert ok.Federico G. Schwindt
2003-08-06In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, asMiod Vallat
2003-08-06don't repeat the numeric frequency 10 times... use a #defineJason Wright
2003-08-06include URLs to the FAQ where the examplkes appear; Joel KnightHenning Brauer
2003-08-06- fix makefile targets so c++ targets do get checked correctlyAnil Madhavapeddy
2003-08-06Check for and skip variable-length arrays while bounds checking insteadAnil Madhavapeddy
2003-08-06typo;Jason McIntyre
2003-08-06- remove old groff macrosJason McIntyre
2003-08-06support ESP with cast/blowfish in KAME plattformsMarkus Friedl
2003-08-06support ESP with cast/blowfish on KAME platformsMarkus Friedl
2003-08-06syncHenning Brauer
2003-08-06small cleanup;Jason McIntyre
2003-08-06ufs -> ffs as requested in pr3391. also rework part talking aboutTed Unangst
2003-08-06backport a fix from current gdb to fix a crash when using set enumTed Unangst
2003-08-05whitespace pretties. sorry, couldn't take it anymoreTed Unangst
2003-08-05a180c blinks too, 715/80 supposedly tooMichael Shalayeff
2003-08-05Don't allow alloc() and aresize() to fail. Their return value wasTodd C. Miller
2003-08-05print info about procfs now that it's there to look atTed Unangst
2003-08-05make procfs support statfs args. lossage noticed and patch tested by jolanTed Unangst
2003-08-05better wording for the -y option;Jason McIntyre
2003-08-05spacingTheo de Raadt
2003-08-05spacingTheo de Raadt
2003-08-05- Use mmap(2) instead of malloc(3) and read(2) to get an image of the inputOtto Moerbeek
2003-08-05print dv_xname instead of the uninitialized variable card; ok miod/henning/de...Markus Friedl
2003-08-05Add W83627THF in hardware monitoring sensors.Damien Couderc
2003-08-05sync with netbsdjoshua stein
2003-08-05Install AliasDB(5)Hans Insulander