summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-04reorder short section, don't over-ride 'eo' if set in the environment,Todd T. Fries
audio fixes from brad@
2001-09-04rcsidJason Wright
2001-09-04better still, remove definition from here; suggest by drahnJason Wright
2001-09-04increase size of intrhand in here, too.Jason Wright
2001-09-04alpha has shared libs; pointed out by brad@Todd C. Miller
2001-09-04created by reading conf.c by meTodd T. Fries
2001-09-04add entry to async faults to intrhand array (from netbsd)Jason Wright
2001-09-04Don't explicitly size the intrhand array in the extern declaration (from netbsd)Jason Wright
2001-09-04clean up error handling for psycho_bus_[a|b]Jason Wright
move DEBUG defines to after includes to avoid pollution add more debugging information if DEBUG is defined.
2001-09-04Register definitions for the PCI error registers (borrowed from linux).Jason Wright
2001-09-04Select between MII/GMII/TBI in the mii_mediachg function instead of in theNathan Binkert
interrupt handler since it is more reliable. Pointed out by wpaul
2001-09-04Add regress test for "on { if, if }" syntax.Daniel Hartmeier
2001-09-04Support parameter lists {} for interfaces in filter rules, likeDaniel Hartmeier
pass in on { gm0, kue0 } from any to any
2001-09-04Don't forget tty_attach. Should fix the timeout related panics.Artur Grabowski
2001-09-04Add skip steps for interface (ifp).Daniel Hartmeier
2001-09-04#define empty PFLOG_PACKET correctly (no side effects). Closes PR2044.Daniel Hartmeier
From Claus Assmann.
2001-09-04clarify fd_set size definitionTheo de Raadt
2001-09-04another username limit issue; ianm@cit.uws.edu.auTheo de Raadt
2001-09-04Fix mask for callout unitNathan Binkert
2001-09-04Make it compile without option BPF.Angelos D. Keromytis
2001-09-03Zero pages before handing them over to the VM layer.Dale Rahn
This seems to improve the reliablity of the system. Thanks to those who tested this.
2001-09-03Tidying, some from NetBSD.Paul Janzen
2001-09-03fix spellingsTheo de Raadt
2001-09-03doreap() needn't preserve errno, since it's not a signal handler.Paul Janzen
2001-09-03fatal() for nonexistent -Fssh_config. ok markus@Kevin Steves
2001-09-03syncTheo de Raadt
2001-09-03with or without fee; received mail permitting this change from angelosTheo de Raadt
2001-09-03Mark as deprecated; based on a patch from bk@rt.fmTodd C. Miller
2001-09-03don't print zero values on processes lineCamiel Dobbelaar
ok millert@
2001-09-03Handle EOF on stdin.Paul Janzen
2001-09-03Fixes from NetBSD (jsm@), one reported by Malcolm ParsonsPaul Janzen
<malcolm@ivywell.screaming.net>: don't hang if the worm occupies all the space, fix off-by-one, and check for screen size.
2001-09-03indent fixesTheo de Raadt
2001-09-03how did ../lib/libusb not get added? Bad developersTheo de Raadt
2001-09-03better usage message. From jsm@netbsd.org's NetBSD changes.Paul Janzen
2001-09-03new target: cross-env that prints all environment variables thatArtur Grabowski
need to be set for cross building: cd /usr/src/sbin/init make `cd /usr/src ; make TARGET=sparc64 cross-env` Also, xcpp was wrong, cccp is wrong, cpp is probably better.
2001-09-03correct error message when unable to open /etc/master.passwd; ↵Todd C. Miller
raj@cerias.purdue.edu
2001-09-03No longer any reason to care if calendar file is a pipe or not.Paul Janzen
2001-09-03Include su# in generated disktab. Because modern disks have a variableTodd C. Miller
number of sectors/track we need to specify the total number of sectors per unit explicitly. Closes PR #2042.
2001-09-03- Prevent users from hanging or killing 'calendar -a', at the cost ofPaul Janzen
one additional fork() per user who has a calendar file. Side effect is that root runs much less code. - Use login caps so we don't, for example, give a user more processes than he's allowed. - tmpfile() rather than mkstemp() means never leaving junk behind. - Don't let 'calendar -a' take more than a day. Reviewed by millert@
2001-09-03enable usb_hid_usagesPeter Valchev
2001-09-03only print pf rules when using -e flag; <canacar@eee.metu.edu.tr>Jakob Schlyter
2001-09-03print day and month using -ttt flag; <canacar@eee.metu.edu.tr>Jakob Schlyter
2001-09-03pretty this upTheo de Raadt
2001-09-03correct MLINKSTheo de Raadt
2001-09-03more cleanless that the importer should have notedTheo de Raadt
2001-09-03snprintfTheo de Raadt
2001-09-03do not screw up the reference countsTheo de Raadt
2001-09-03Catch up with API changes.Artur Grabowski
From "Brian J. Kifiak" <bk@rt.fm>
2001-09-03sync with output format changes (pfctl)Markus Friedl
2001-09-03build usbhidctlPeter Valchev