summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-02missing includeTheo de Raadt
2003-08-02syncTheo de Raadt
2003-08-02wrong args for linux ftruncate64; marius@monkey.orgTheo de Raadt
2003-08-02regen.Federico G. Schwindt
2003-08-02ADMtek 8211 WLAN id.Federico G. Schwindt
2003-08-02example rulesets from the pf FAQ; provided by Joel KnightHenning Brauer
2003-08-02Better description of how uncompressed file name is generated.Todd C. Miller
OK jmc@
2003-08-02document examineMichael Shalayeff
2003-08-022nd port location was incorrect; bde@freebsdTheo de Raadt
2003-08-02newline at end of printfTed Unangst
2003-08-02add missing includesDavid Krause
ok deraadt@ tedu@
2003-08-02pass correct argument to sigfillsetDavid Krause
ok deraadt@ tedu@
2003-08-01The pmap potpourri du jour, while hunting for evil bugs:Miod Vallat
- provide a simpler flush_atc_entry() in the NCPUS == 1 case - remove some can't happen tests in pmap_protect() - handle pool_get failure and PMAP_CANFAIL correctly in pmap_enter() - don't forget to initialize pv_flags in new pv_entry items - de-cretinize pmap_testbit() and pmap_page_protect()
2003-08-01move fileops out of file, and make it pretty. ok deraadt@ millert@Ted Unangst
2003-08-01another round of missing system includesDavid Krause
ok tedu@
2003-08-01Rename rootd to needslash and invert its value. This fixes the checkTodd C. Miller
for ENAMETOOLONG, though since we use strlcpy() and strlcat() this is not a big deal. Problem found by vincent@
2003-08-01anychange is no longer extern; millert okTheo de Raadt
2003-08-01- use stdbool.h instead of roll-your-own booleansOtto Moerbeek
- fix some -Wall warnings - fix asserts: in some cases remove them, in other cases they have become Internal errors or detection of malformed patch files. - fix some free() related code ok millert@ tedu@
2003-08-01Nuke uvm_useracc() call here too.Miod Vallat
2003-08-01Go back to using ITIMER_PROF for the non-profiled libpthread and useTodd C. Miller
ITIMER_VIRTUAL for the profiled version. Fixes problems when programs linked with libpthread try to use ITIMER_VIRTUAL (and have no way of knowing that this will cause conflicts with the threads lib). marc@ OK
2003-08-01syncTheo de Raadt
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing]
2003-08-01damn cvs! resurrect these ...Anil Madhavapeddy
2003-08-01move vis.h out of the way into a subdir so it isn't picked up by our buildAnil Madhavapeddy
noticed by david@, deraadt@ ok
2003-08-01pmap_kremove was so broken I'd rather pretend I did not write it...Miod Vallat
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() forMiod Vallat
failure, since the former is not reliable; requested by art@ long ago.
2003-08-01syncTheo de Raadt
2003-08-01ansiTheo de Raadt
2003-08-01new soekrisTheo de Raadt
2003-08-01add __bounded__ attributes for userland headers; enabled with -WboundedAnil Madhavapeddy
ok deraadt@
2003-08-01when the -R option (read-only) is specified, there is no need to printPeter Valchev
a warning that the file is read-only, it's obviously what's expected... ok fgsch henning
2003-08-01bring up to date with changes in sk driverNathan Binkert
2003-08-01new sentence, new line, and kill a .Pp;Jason McIntyre
ok nate@
2003-08-01clean up debug output some, and correct an incorrect error check inAnil Madhavapeddy
priv_gethostbyaddr()
2003-08-01Fix ICH5R SATA supportAlexander Yurchenko
2003-08-01cleanup;Jason McIntyre
ok millert@
2003-08-01syncAlexander Yurchenko
2003-08-01Add ICH5R SATA RAID; pointed out by Alexandre H <openbsdah@wanadoo.fr>Alexander Yurchenko
ok deraadt@
2003-08-01Add -q flag to pkg_delete: don't check md5 before removing.Marc Espie
Useful for bulk-package builders who want to clean /usr/local quickly.
2003-08-01Small cleanup.Hans Insulander
2003-08-01Don't mention kerberos 4, plus some cleanup.Hans Insulander
2003-08-01No semicolon at the end of macros supposed to be atomic statements.Miod Vallat
2003-08-01Compensate for the assym.h lossage, which defines NBPG for now (this will beMiod Vallat
cleaned up soon...)
2003-08-01Do not use hardcoded values for constants which are in fact computed from otherMiod Vallat
constants.
2003-08-01Turn flush_pipeline() in a simple macro.Miod Vallat
2003-08-01Define a more reasonable label_t size.Miod Vallat
2003-08-01Even better varargs code, inspired by and more closer to the powerpc code,Miod Vallat
necessary for proper gcc 2.95 operation.
2003-08-01Fix pcctwo locator typosMiod Vallat
2003-08-01${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead,Miod Vallat
use gcc to get the correct location.
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
Gets us a working perl 5.8.