summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-02KNF; openbsd@davidkrause.comTheo de Raadt
2002-12-02mention propolice in version string. idea from margarida; ok millert espiePeter Valchev
2002-12-02xstrdup the return value of basename() before recording it in the bfd,Peter Valchev
fixes the "NEEDED crtend.o" problem that appeared in varios ports and had to be workarounded. from thorpej@NetBSD, thanks to drahn@ for pointing it out; ok drahn espie
2002-12-02syncTheo de Raadt
2002-12-02KNFHenning Brauer
2002-12-02permit more flexible pass/block lines. the options giving at the end ofTheo de Raadt
a line can now be placed in any order, and some merging of duplicat options is also done. this is easier to use.
2002-12-02explain bandwidth specs better and cope with the last changesHenning Brauer
2002-12-02allow for "altq on $interface" without specifying a bandwidth. TheHenning Brauer
interface's bandwidth is taken then. as a side-effect, "altq on $interface bandwidth xx%" is also possible now, it's relative to the interface's bandwidth then. ok theo
2002-12-02- Remove a few magic constantsJason Wright
- set baudrate for the non-mii modes
2002-12-02spellingTheo de Raadt
2002-12-02set if_baudrateHenning Brauer
ok jason@
2002-12-02Skip the ffb0, ffb1, pcia/slot2 (for psycho), and pcia/slot3 (for psycho)Jason Wright
interrupt map matches; from FreeBSD.
2002-12-02Document the lovely propolice changes.Miod Vallat
2002-12-02typo; ok miod@Christian Weisgerber
2002-12-02Document getlogin_r()Todd C. Miller
2002-12-02Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.Todd C. Miller
2002-12-02spelling; from Jolan <jolan at cryptonomicon.org>Henning Brauer
Danke!
2002-12-02dead e elliminationMichael Shalayeff
2002-12-02test user, actually, test multiple user commandsTheo de Raadt
2002-12-02syncTheo de Raadt
2002-12-02KNFTheo de Raadt
2002-12-02remove trm to fit propolice onto the floppyTheo de Raadt
2002-12-02remove aic to fit propolice onto the floppyTheo de Raadt
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
2002-12-02nuke unifdefallTheo de Raadt
2002-12-02freebsd diffs; merged by tedu@Stanford.EDUTheo de Raadt
2002-12-02Add prototype for atoll(3). I must have forgotten to commit this bitTodd C. Miller
when I committed atoll(3).
2002-12-01Code consolidation. Create edit_tmp_file(), manual_net_cfg(), inet_info()Kenneth R Westerback
to abstract repeated code blocks. Current score: 3.2 install+upgrade+install.sub = 40,062 bytes -current " " " = 38,051
2002-12-01little clarification about the valid priority numbersHenning Brauer
2002-12-01deal with not-ALTQ-enabled kernelsHenning Brauer
2002-12-01KNFHenning Brauer
2002-12-01Match pf_ioctl.c cleanup; if we're doing a DIOCCHANGE* operation which usesRyan Thomas McBride
old*, we need to call DIOCBEGINADDRS twice: once for the old rule/rdr/nat, and once for the new one. ok dhartmei@ henning@
2002-12-01Match pf_ioctl.c cleanup; set up the pool_ticket when loading rulesRyan Thomas McBride
ok dhartmei@ henning@
2002-12-01KNFHenning Brauer
2002-12-01- Clean up pf_ioctl mainly by adding new functions to handle cleaning andRyan Thomas McBride
freeing rules. Fixes a number of potential memory leaks and other bugs. - Add new pool_ticket to insure that address pools don't get messed with by someone else while we add rules. - Add a second address pool buffer, so that DIOCCHANGE* operations which use pf_compare* will work correctly. Excellent bug report and anaylsis from DJ Gregor. ok dhartmei@ henning@
2002-12-01typo; David KrauseHenning Brauer
2002-12-01Grammar nitpicking.margarida
Closes PR 3005. fgsch@ ok
2002-12-01Add ndc(8).margarida
Closes PR 3004. fgsch@ ok
2002-12-01Create kill_dhclient(). Use before any attempt to run dhclient, toKenneth R Westerback
avoid problems with the single bpf interface available on install media. Move umount'ing of filesystems to the start of any install or upgrade execution. Eliminate now vestigal cleanup_on_exit() and all associated traps. Shrinks scripts, makes more reliable, improves intuitiveness of re-running install or upgrade, eliminates an install/upgrade time message, leaves filesystems available if install/upgrade script interrupted.
2002-12-01syncTodd T. Fries
2002-12-01vivitar cameraTodd T. Fries
2002-12-01pfsync currently causes kernel faults, so we don't want to call these functionsRyan Thomas McBride
ok dhartmei@
2002-12-01syncTheo de Raadt
2002-11-30So you think your work is funny, eh?Miod Vallat
2002-11-30oopsTheo de Raadt
2002-11-30add missing Xr'sNathan Binkert
2002-11-30do not syslog with extra newlineTheo de Raadt
2002-11-30more ucom devices, sortNathan Binkert
2002-11-30Manpage for ubsa(4) from Lennart AugustssonNathan Binkert
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert
Driver from Alexander Kabaev <kan.FreeBSD.org> and Ichiro FUKUHARA <ichiro@ichiro.org>