summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-18Call tzset() to stash the current timezone before we chroot.Todd C. Miller
OK deraadt@ and avsm@
2003-08-18fix two bugs found by ben goren. -a should only look at installedTed Unangst
packages, and if we build a URL from PKG_PATH don't treat it like a filename. ok espie@
2003-08-18err/warn \n cleanupHans Insulander
From Tom Cosgrove via deraadt@
2003-08-18Simple string cleanup.Hans Insulander
ok todd@
2003-08-18catch max-mss values > 65535, report by Gregory SteuckDaniel Hartmeier
2003-08-18prevent looutput() feedback of broadcast/multicast packets if they areDaniel Hartmeier
pf routed. prevents a kernel lockup with some (non-sensical) route-to rules. report and debugging by mpech@. ok itojun@, henning@, mpech@.
2003-08-18typos; ho@Markus Friedl
note that ping is still not working on -current; however, SA/SPD/flow setup works for testing isakmpd/ipsec on a signle machine.
2003-08-18new ftp mirror (ftp.ac-creteil.fr) in FranceDavid Krause
new ftp mirror (openbsd.bay13.net) in Hamburg, Germany new ftp mirror (ftp.solnet.ch) in Switzerland new ftp mirror (reflection.ncsa.uiuc.edu) in Champaign, IL, USA new ftp mirror (openbsd.mirrors.pair.com) in Pittsburgh, PA, USA
2003-08-18ftp mirror gandalf.neark.org is shutting downDavid Krause
2003-08-18fix spelling of --initial-tabDavid Krause
ok otto@
2003-08-18spelling in comment, jonathon grayTed Unangst
2003-08-17fix ptr arythmetics in core_write(); from aaron@Michael Shalayeff
2003-08-17damn liesHenning Brauer
2003-08-17unused varTed Unangst
2003-08-17With 3.4, /usr/include/ssl is a link and /usr/include/openssl is theKenneth R Westerback
directory it points to. Previously ssl was the directory and openssl the link. That change causes the upgrade of the comp34 set to fail, so manually adjust a pre-3.4 setup to the 3.4 setup before attempting to upgrade any sets. ok millert@.
2003-08-17'Security' fix/cleanup/shrinkage.Kenneth R Westerback
Don't leave ftp password in a global variable. It is re-initialized each time it is used anyway. Use a shorter (_passwd vs _ftp_server_password) local variable name to save a few bytes.
2003-08-17Message clarification & cleanup.Kenneth R Westerback
Replace the generic 'Done - no available Xs found.' message with two more relevant ones. Suggested several times, most memorably by Todd@. a) For selection of disks or cds to install from, and for selection of the root disk, make it 'No Xs found.'. b) For processing the list of disks or interfaces to initialize, make it 'No more Xs to initialize.'. Delete get_root() as it is only called in one place, and insert code at that location. Reclaim a few characters by putting ask_which() punctuation where message is output rather than repeating it where message passed.
2003-08-17Sort headers in exampleAlexander Yurchenko
ok millert@
2003-08-17Missing break, change NULL -> 0 for int parameter (no functionalDaniel Hartmeier
changes), from Andrey Matveev
2003-08-17implement WSDISPLAYIO_{S,G}MODEMichael Shalayeff
2003-08-17print out the graphics idMichael Shalayeff
2003-08-17cleanupMichael Shalayeff
2003-08-17There is no need to assume that the compiler will swap ! and & operatorMiod Vallat
priorities because we are nice people.
2003-08-17another supported sk(4) cardNathan Binkert
2003-08-17another supported sk(4) cardNathan Binkert
2003-08-16Update HISTORY section. Full gzip compat was added in 3.4 and theTodd C. Miller
'g' stands for gratis.
2003-08-16missing comma in non-ansi mode; spotted by pvalchevTheo de Raadt
2003-08-16missed suser. thanks naddy@Ted Unangst
2003-08-16Minor cosmetic cleanup.Kenneth R Westerback
Use '<msg>...done.' consistantly by replacing last five varient uses. Out with '<msg> ... done.', '<msg>...Done.', etc.
2003-08-16just use sysctl for stirring. thread safe and can't fail.Ted Unangst
ok deraadt and co.
2003-08-16spacesTheo de Raadt
2003-08-16protosTheo de Raadt
2003-08-16ansiTheo de Raadt
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-16no return() after errx(); andrushockHenning Brauer
2003-08-16AN983 needs 64BIT_HASH too, fixes multicastHenning Brauer
From: jared r r spiegel <jrrs@gateway.nodeless.net>
2003-08-16t'was brillingMichael Shalayeff
2003-08-16spacingTheo de Raadt
2003-08-15cleanup.Federico G. Schwindt
2003-08-15make dired work more like emacs. (well, make it _work_, and then add aVincent Labrecque
bunch of missing commands)
2003-08-15ansi and proto cleanup. one unused function goes awayTheo de Raadt
2003-08-15proto findcpu, because bootblocks use this tooTheo de Raadt
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-15 actually extract the filename off the ls line. makes dired *slightly*Vincent Labrecque
more useful.
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok.
2003-08-15Fix typo (errx vs. err) for malloc failures; Andrey MatveevTodd C. Miller
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@
2003-08-15xr pciJason Wright
2003-08-15remove null ops mention (markus), and document 1.0 silicon featuresJason Wright