summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-16rate setting is best effort, not precise, so figure out the closest sampleJason Wright
rate that goes with the requested rate, and return the chosen rate. ok drahn
2003-06-16missing blowfish testMichael Shalayeff
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-16Add more paranoia and try to ensure created resolv.conf files have theKenneth R Westerback
correct owner and mode. Suggested by & ok millert@.
2003-06-16Check for the backlight control on the stdout_node (the LCD) rather thanDale Rahn
possibly the parent, which does not have the backlight-control property. Fixes brightness control on 'dual' node OFW diplays.
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
Suggested by deraadt@, ok millert@.
2003-06-15The hyphen in regexp should really be escapedAlexander Yurchenko
ok millert@
2003-06-15minor style nitTed Unangst
2003-06-15Fix the logic in the interrupt handler, and reenable colormap updatesMiod Vallat
triggered by the vertical retrace interrupt.
2003-06-15fix last O_CREAT without mode; otto@drijf.netTheo de Raadt
2003-06-15better LDADDMichael Shalayeff
2003-06-15libskey regress from netbsdMichael Shalayeff
2003-06-15libevent regress from nielsMichael Shalayeff
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-15ID copying should happen earlier in exchange_finalize so that we won't loseHakan Olsson
data during rekeying. From Jean-Francois Dive.
2003-06-15small mdoc fixes;Jason McIntyre
ok millert@
2003-06-15don't define _LP64 here.Brad Smith
2003-06-15note that the yp server needs portmap(8) to be running as well, now thatAnil Madhavapeddy
portmap is off by default millert@ ok
2003-06-14Add an "auto" encryption type that calls encrypt(1) with "-c class".Todd C. Miller
This results in encrypt(1) picking the password cipher based on the user's login class in /etc/login.conf.
2003-06-14Add a "-c class" option to specify that the given login class shouldTodd C. Miller
be used to find the cipher to user.
2003-06-14doing kqueue on the master side of the pty returns eventsMichael Shalayeff
for the slave size as described in the pr3209. the regress has been created to verify for the conditions. from wayne@epipe.com.au
2003-06-14Cipher type is set in login.conf, not passwd.conf these days; Otto MoerbeekTodd C. Miller
2003-06-14For moduser(), only do valid_class() check when F_CLASS is set inTodd C. Miller
up->u_flags. Fixes a coredump when changing/deleting an existing user introduced by my recent commit here.
2003-06-14use correct length instead of sizeof(char *) for some strl* bound valuesAnil Madhavapeddy
millert@ ok
2003-06-14allocate payload_node with calloc instead of mallocHakan Olsson
2003-06-14Use source's window scaling factor (instead of destination's) whenDaniel Hartmeier
comparing ackskew, otherwise legitimate low acks can get blocked. Was triggered when asymmetric scale factors where used in combination with SACK. Report and logs provided by Peter Galbavy. ok frantzen@, henning@
2003-06-14remove some trailing whitespace;Jason McIntyre
2003-06-14add support for: ulinear_le, ulinear_be, ulinear:16 (partially based onJason Wright
NetBSD). ok drahn who let me reboot one of his laptops a LOT =)
2003-06-14create misc dirs in miscTheo de Raadt
2003-06-13eraserows() was missing a coordinate address latch.Miod Vallat
2003-06-13jjbg permits 3/4 removalTheo de Raadt
2003-06-13readable codeTheo de Raadt
2003-06-13g/c an useless define.Miod Vallat
2003-06-13no more "option _LP64".Brad Smith
2003-06-13add __LP64__ and _LP64 CPP predefines for systems using LP64.Brad Smith
pvalchev@ fgsch@ millert@ ok
2003-06-13em fitsTheo de Raadt
2003-06-13Sync with FreeBSD's "em".Henric Jungheim
ok deraadt@
2003-06-13Fix lower right edge bounds for quad operations.Miod Vallat
(that's what you get for commiting before breakfast)
2003-06-13ian gives permission for 3/4 removalTheo de Raadt
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
pathname separator. Works in list mode as well as read/copy mode. Based on a patch from David Leonard; closes PR 3310
2003-06-135 fxp versions (only way to find out of the HPNA versions work, is to put ↵Theo de Raadt
them in here)
2003-06-13syncTheo de Raadt
2003-06-13two more fxpTheo de Raadt
2003-06-13add cvs tagTodd C. Miller
2003-06-13syncTheo de Raadt
2003-06-13Close correct fd after dup2(); Maxime HenrionTodd C. Miller
2003-06-13Add dot ('.') in usernames too for consistency with adduser/useradd.Todd C. Miller
Noted by Brian Poole
2003-06-13syncTheo de Raadt
2003-06-13+VIA VT8375 Host-PCIMarc Espie
got a machine with one...
2003-06-13Make "show Anchor" obey quiet flag.Cedric Berger
ok henning@