summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-09try to get "play" right; help/ok naddyJason McIntyre
2009-06-09syncTheo de Raadt
2009-06-09correct loop in debug code to not use an uninitialised page. it wasOwain Ainsworth
2009-06-09Fix userland regression tests by providing a #define for pool_setipl()Owain Ainsworth
2009-06-09make the regress target build the program before using it.Peter Hessler
2009-06-09Update to handle the default resolv order behavior.Peter Hessler
2009-06-09nnpfspioctl change in libc mandates a major crank here toTheo de Raadt
2009-06-09missing header file; bring things into scopeTheo de Raadt
2009-06-09add missing flag to usage; synchronize argument names with documentation;Igor Sobrado
2009-06-09By default, don't accept IPv4 ICMP redirects. This behaviour can beStuart Henderson
2009-06-09Update the user input routines to (re-evaluate and) redraw theAlexander Hall
2009-06-09AD1981HD output amps are weird. they report 63 volume steps but theJacob Meuser
2009-06-09quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda. problemJacob Meuser
2009-06-09Tighten and tweak keyboard question. Use 'layout' instead of 'type'Kenneth R Westerback
2009-06-09revert guenther@'s un-revert of art's curpmap.Kenneth R Westerback
2009-06-09Disable xlights for now, since the rapid periodic interrupts it generatesTheo de Raadt
2009-06-09backout interrupt diff until it the next round of fixesTheo de Raadt
2009-06-08must calculate iovlen or ktrace panics the machine; diff from blambertTheo de Raadt
2009-06-08If the machine only has one state enabling the EST driver is pointless,Gordon Willem Klok
2009-06-08syncTheo de Raadt
2009-06-08remove stray * from comment, probably a rewrapping artefactStuart Henderson
2009-06-08quieten compiler by converting pointers to uintptr_t before truncating themTheo de Raadt
2009-06-08improve the description of fs_freq;Jason McIntyre
2009-06-08Document new behaviour of the gconf2 MODULE.Antoine Jacoutot
2009-06-08Update to tzdata2009i from elsie.nci.nih.govTodd C. Miller
2009-06-08fix non standard/valid usage of ? : operator on amd64Jonathan Gray
2009-06-08fix non standard/valid usage of ? : operator.Jonathan Gray
2009-06-08revert this change by eric@:David Gwynne
2009-06-08in pf_print_state_parts, do not use skw->proto to print the protocolHenning Brauer
2009-06-08bring back the fixed PF_AEQ/ANEQ/AZERO macros, the offending use has beenHenning Brauer
2009-06-08"do not call PF_ANEQ with af=0, dragons". fixes a problem with skipStuart Henderson
2009-06-08gah. something is not quite right, sthen sees strange behaviour fixedHenning Brauer
2009-06-08some vnodes have a NULL mountpoint, so strlcpy of the f_mntonname if not advisedTheo de Raadt
2009-06-08unfuck PF_AEQ PF_ANEQ PF_AZERO macos that got fucked when v6 supportHenning Brauer
2009-06-07syncTheo de Raadt
2009-06-07tweak -v; from Tim van der MolenJason McIntyre
2009-06-07some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024Jason McIntyre
2009-06-07improve spacing in usage()Igor Sobrado
2009-06-07Define _KERNEL for the bare minimum. We can include sys/proc.hTodd C. Miller
2009-06-07xfs -> nnpfs; ok jjJason McIntyre
2009-06-07We weren't including isa.h and therefore missing the NISA #define. ThisMike Larkin
2009-06-07Do not look at the avail_{start,end} members from vm_physmem[] anymore.Miod Vallat
2009-06-07Remove gecos expanding code, since the expanded string is no longerRay Lai
2009-06-07Don't leak FILE * if multiple -o flags are given.Ray Lai
2009-06-07don't prefix the usage of a define that has a - with a -Jonathan Gray
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-07Use SIZE_MAX, not SIZE_T_MAX.Ray Lai
2009-06-07Don't use $TMPDIR if it is empty.Ray Lai
2009-06-07Plug file descriptor leak when diffing regular files.Ray Lai
2009-06-07Remove outdated comment.Ray Lai