summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-24fix an occasional hang noticed by mpech@ when a SIGHUPCan Erkin Acar
is received after the configuration is modified. tested by mpech@, ok avsm@
2003-10-24Remove dead code.Miod Vallat
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
return -1 to indicate so. same as WSDISPLAYIO_PARAM_BACKLIGHT.
2003-10-24IPKDB has never been supported in OpenBSD/powerpc/macppc delete thisDale Rahn
old unused code. Remove very old 'where' debugging references. ANSI a previously missed function.
2003-10-24consistently use $ext_if / $int_if in the examplesHenning Brauer
from jared r r spiegel <jrrs@ice-nine.org> ok canacar@ jmc@
2003-10-24style(9)ed panics, from tom cosgrove.Ted Unangst
2003-10-24refactor stackgap sysctl. prompted by a bug report from Michael Coulter.Ted Unangst
ok deraadt@ markus@
2003-10-24No \n in panic() messages...Miod Vallat
2003-10-24initgroups() before chroot(), found by Daniel LucqHenning Brauer
ok deraadt@
2003-10-24small update for CIPHERS;Jason McIntyre
2003-10-24No need to have several implementations of {read,write}_eflags(),Alexander Yurchenko
put it to cpufunc.h. ok weingart@ tedu@
2003-10-24.Nm /etc/rc.shutdown -> .Nm rc.shutdown, in line with the rest of theJason McIntyre
rc* pages; suggested by Jared Yanovich, though I did not include his FILES addition;
2003-10-24- fix rcs Xr; from Jared YanovichJason McIntyre
- correct order for sections - remove unnecessary .Pp and -compact from display - kill some double spacing - sort SEE ALSO
2003-10-24typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm;Jason McIntyre
2003-10-24Fix write filter blocking when no filter was set. FixesCan Erkin Acar
problems with dhcp. ok frantzen@ krw@ deraadt@
2003-10-24add _pflogd pseudo-account; ok deraadt@David Krause
2003-10-23Allows close() on already closed locator.Marc Espie
Fix second problem seen by krw@
2003-10-23Typo. Fix removal for multiple times the same dependency.Marc Espie
2003-10-23We want to hash the whole md, not just the size of the pointer.Ryan Thomas McBride
Found testing CARP between sparc and sparc64.
2003-10-23.Xr compress 3;Jason McIntyre
2003-10-23Correctly recover from bus error during guarded_access() on 88110.Miod Vallat
2003-10-23No dependency on NDART needed here.Miod Vallat
2003-10-23Maybe fixing typos will unbore me.Miod Vallat
2003-10-23- delay reading the disklabel for floppies until after we're sure it'sFederico G. Schwindt
the boot device. this fixes a delay (sometimes very long) if the bios correctly reports a floppy but it's unplugged. - bump version. original idea from mdw@, tested by nick@, toby@ ok.
2003-10-23typos from Jared Yanovich;Jason McIntyre
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-10-23missing space in DEINSTALL message.Marc Espie
allow pkg_delete stem to work, unless ambiguous. put all pkg_info's work into a single function, so that pkg_info autoconf will work. ok fries@ sturm@
2003-10-23macros with too many args;Jason McIntyre
2003-10-23rearrange .Nd to make it expand properly;Jason McIntyre
2003-10-23quote args to make them expand properly;Jason McIntyre
2003-10-23- add -v to SYNOPSISJason McIntyre
- new sentence, new line - .Dv for variables - fix .Xr
2003-10-22err on strdup failure. from vink joris.Ted Unangst
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
and blacklist matches. Add -v (verbose) flag to allow other detailed logging (subject, body, smtp dialogue, etc.) when it's needed. ok dhartmei@ -> ok deraadt@
2003-10-22from NetBSD:Nikolay Sturm
initialise an integer field with 0 instead of NULL ok provos, itojun, avsm, fgsch
2003-10-22Search for the '/backlight' node to determine if backlight control isDale Rahn
available instead of looking for the backlight-control attribute. Fixes backlight control on some apple laptops.
2003-10-22rearrange examples so they expand properly;Jason McIntyre
also a little less whitespace;
2003-10-22rearrange .Nd to make it expand properly;Jason McIntyre
2003-10-22bad .Tn;Jason McIntyre
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-22macros with too many args;Jason McIntyre
2003-10-22spacingTheo de Raadt
2003-10-22setgroups; avsm okTheo de Raadt
2003-10-22use setgroups too; canacar okTheo de Raadt
2003-10-22caution with killTheo de Raadt
2003-10-22from netbsd:Ted Unangst
Fix a panic that occurred when trying to traverse a corrupt msdosfs filesystem. With this particular corruption, the code in pcbmap() would compute an offset into an array that was way out of bounds, so check the bounds before trying to access and return an error if the offset would be out of bounds.
2003-10-22privilege seperated pflogdCan Erkin Acar
_pflogd user and group must be created for proper operation. ok frantzen@ henning@ mcbride@ deraadt@
2003-10-22Add locking and write filtering to bpf descriptors.Can Erkin Acar
Locking prevents dangerous ioctls such as changing the interface and sending signals to be executed by an unprivileged process. A filter can also be applied to packets injected through a bpf descriptor. These features allow programs using bpf descriptors to safely drop/seperate privileges. ok frantzen@ henning@ mcbride@
2003-10-22- slight update and sort options for CA sectionJason McIntyre
- remove some unnecessary .Ns's - typos