summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-01-09Create /dev/grf6 in the all ruleNiklas Hallqvist
1998-01-09Fix PR 379. Don't recycle the malloc'd space in vs().Todd C. Miller
1998-01-09core dumps disabled for SUID programs is default again.Constantine Sapuntzakis
1998-01-09Get rid of dumping across symlinks. Races can cause this to be problematicConstantine Sapuntzakis
from a security standpoint (i.e. arbitrary files on the FS can be wiped out).
1998-01-09A better fix for the mkdir ("path/") bug. This fix strips the trailing slashesConstantine Sapuntzakis
(except in the case where the path is just /////) in the following three cases: 1) The path in mkdir 2) The destination path in rename if the source was a directory 3) The destination path in link if the source was a directory Note #3 isn't strictly necessary since most of our file systems don't support hard links of directories anyway.
1998-01-09Back out changes to lookup( ). This breaks a whole bunch of other systemConstantine Sapuntzakis
calls (like open, rename, link, symlink). Problem should probably be fixed other ways.
1998-01-09oops, reenable machdep.bios sysctlsNiklas Hallqvist
1998-01-09Clear buffers on allocation, suggested by csapuntzNiklas Hallqvist
1998-01-09oops wrong version checked inNiklas Hallqvist
1998-01-09indentNiklas Hallqvist
1998-01-09Make booting new kernels with old bootblocks moer robustNiklas Hallqvist
1998-01-09reality checkNiklas Hallqvist
1998-01-09Fix for mkdir ("path/") problemConstantine Sapuntzakis
1998-01-08Zap any addresses on the network side of the `tun' as soonbrian
as we've successfully opened the /dev side.
1998-01-08Fix some problems with xfr of secure maps. Problem reported byMats O Jansson
Eric Rungi <rungus@openface.org> -moj
1998-01-08Rename to if_le_zbus.c. Done behind cvs' back.Niklas Hallqvist
1998-01-08Soft updates bug fix: Set the flags on the buffer describing our intentionsConstantine Sapuntzakis
before we call bioops.io_start. However, don't move buffer memory to parent until bioops.io_start has had a chance to do its thing (otherwise, io_start will be very disappointed went it tries to read the buffer :) Thanks to Todd T. Fries for finding this one!
1998-01-07add QIC_3080Theo de Raadt
1998-01-07rc.conf page; ian@darwinsys.comTheo de Raadt
1998-01-07now this is really prettyTheo de Raadt
1998-01-07compileNiklas Hallqvist
1998-01-07DOH! I managed to alloc 0 bytes always for the segment descriptors.Niklas Hallqvist
1998-01-07Dummy PnP support until I get to fix it properlyNiklas Hallqvist
1998-01-07Put back old Ariadne support, save new merged le driver until laterNiklas Hallqvist
1998-01-06so_linger is in secondsTheo de Raadt
1998-01-06Dummy PnP support, so alpha will compileNiklas Hallqvist
1998-01-06one less tabMichael Shalayeff
1998-01-06oops typoTheo de Raadt
1998-01-06even cleanerTheo de Raadt
1998-01-06pchb supportTheo de Raadt
1998-01-06syncTheo de Raadt
1998-01-06more entriesTheo de Raadt
1998-01-06net.inet.icmp.bmcastecho: do not smurf to smurfing broadcast packetsTheo de Raadt
1998-01-06Correct the return value of ReportProtStatus() ("show proto").brian
Submitted by: Dave Bodenstab <imdave@mcs.net>
1998-01-05document the "#" hack.Artur Grabowski
1998-01-05syncTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1998-01-05recalculate the free sectors after changing boundaries.Artur Grabowski
1998-01-05check if the partitions are below the boundaries and not only above whenArtur Grabowski
counting the free sectors.
1998-01-05type repair; nino@well.ox.ac.ukTheo de Raadt
1998-01-05o Allow the use of HISADDR as the first arg to "add".brian
o Allow a forth argument in ppp.secret, specifying a new label. This gives control over which section of ppp.link{up,down} is used based on the authenticated user. o Support random address ranges in ppp.secret (not just in ppp.conf). o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page. o Add a bit more about DEFLATE in the man page. o Fix the incorrect "you must specify a password in interactive mode" bit of the manual. o Space things in the man page consistently. o Be more precice about where you can use MYADDR, HISADDR and INTERFACE in the "add" command documentation.
1998-01-05trust restored a bit moreTheo de Raadt
1998-01-04fix maximal cyl/heads; vons@usa.netTheo de Raadt
1998-01-04Make it clear that using "add ...." in ppp.conf whenbrian
not in -auto mode isn't a good idea, and that the add should be done in ppp.linkup instead. Change "add 0 0 HISADDR" to "add default HISADDR". It's more intuitive.
1998-01-04Don't scribble on the stack if our input packet isbrian
bigger than our MRU. Moan and drop the packet instead.
1998-01-04Initialize CcpInfo protocols to -1 (none, not OUI).brian
Don't Call Term() for an algorithm that hasn't been Init()d.
1998-01-04support Trident TVGA9440Theo de Raadt
1998-01-04add pctrTheo de Raadt
1998-01-04quieter on bootTheo de Raadt
1998-01-04add TVGA9440Theo de Raadt