summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-04Fix bogus use of snprintf return value. Since we know the maxTodd C. Miller
length of a username we can use that as part of the buffer size.
2001-09-04MB == megabytes, Mb == megabitsTheo de Raadt
2001-09-04crank miniroot size to 6MBTheo de Raadt
2001-09-04Use merr() not err() since due to function name change in mail.local/locking.cTodd C. Miller
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-09-04Fix a diagnosticbrian
2001-09-04Consider alignment requirements when moving data about.brian
Mostly submitted by: kamath@cesa.opbu.xerox.com
2001-09-04.ua kbd layout is now inMichael Shalayeff
2001-09-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
2001-09-04consistent avoidance of unnecessary spacesTodd T. Fries
2001-09-04compact arithmeticTodd T. Fries
2001-09-04update from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-09-04grrr...add lge(4)Nathan Binkert
2001-09-04Manpage for Level1 LXT1001 Gigabit EthernetNathan Binkert
2001-09-04Driver for the Level1 LXT1001 Gigabit Ethernet Chip.Nathan Binkert
From FreeBSD
2001-09-04shave 40% off 'MAKEDEV all' by combining(eliminating) 'chgrp' fork'sTodd T. Fries
2001-09-04add xfs0 and tcx0 to all)Todd T. Fries
2001-09-04add xfs; jason@ okTodd T. Fries
add tcx to MAKEDEV
2001-09-04syncChris Cappuccio
2001-09-04Intel ICH3 (82801CA/CAM) IDEChris Cappuccio
2001-09-04enable pf and altq; jason@ okTodd T. Fries
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@