summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-03GCC 2.8 -Wall (missed one)ryker
1998-03-03Dive into libg++ and gcc on includesNiklas Hallqvist
1998-03-03libg++ 2.8.0 from FSF + changes to build in an OpenBSD environmentTodd C. Miller
1998-03-03Files from libg++ 2.8.0 that cvs erroneously placed in the trunk.Todd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03libg++ 2.8.0 baseline importTodd C. Miller
1998-03-03make ping work for large packet sizes. closing pr# 417.Niels Provos
1998-03-03GCC 2.8 -Wallryker
1998-03-03rewrite construct that made GCC 2.8 do an implicit memset before libcNiklas Hallqvist
is there
1998-03-03fix attach messageTheo de Raadt
1998-03-03gcc 2.8 -Wall, noted by toddf@acm.orgTodd C. Miller
1998-03-03cleanup printfsTheo de Raadt
1998-03-03regenTodd T. Fries
1998-03-03Add CL-GD5480Todd T. Fries
1998-03-03GCC 2.8 -Wallryker
1998-03-03Correct -x and -p flags to be more like traditional tar and makeTodd C. Miller
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode.
1998-03-03GCC 2.8 -Wallryker
1998-03-03GCC 2.8 -Wallryker
1998-03-03Document -safe option and update usage message.Angelos D. Keromytis
1998-03-03sigset_t; jraynardTheo de Raadt
1998-03-02We don't need two math.h headers incvs server: nothing known aboutTodd C. Miller
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed.
1998-03-02protect internal "struct excpption" from conflicting one in gcc.Todd C. Miller
1998-03-02double the number of rounds (crank log(round) by one) to take improvedNiels Provos
blowfish performance into account.
1998-03-02"Whoops" last commit contained stuff not meant to be committedNiklas Hallqvist
1998-03-02Move some pmap_* protos out of PMAP_EXCLUDE_DECLS as sparc does not need/wantNiklas Hallqvist
them virtualized
1998-03-02improve blowfish performance.Niels Provos
1998-03-02document that on a pmax you have to set tape drives to scsi id 5 or 6Thomas Graichen
(inspired by number 6 - no6@dhp.com)
1998-03-02But only if explicitly asked for (until zs code is finialized)Jason Wright
1998-03-02add cua devices for tty[a-d]Jason Wright
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.Niels Provos
1998-03-02gcc may generate references to libgcc.a at any time, we lucked out in previousjohns
verions of gcc, but for 2.8 the boot stuff needs to be linked against libgcc.a, to get ___cmpdi2 for cd9660.o Since ld doesn't automatically link against libgcc.a we have to add `cc -print-libgcc-file-name` to the end of the ld link line(s), whenever we see things like this.
1998-03-02Please gcc 2.8Todd T. Fries
1998-03-02Please GCC 2.8 -WallTodd T. Fries
1998-03-02syncTheo de Raadt
1998-03-02allow cmdline creation of ttya-d on sparcTodd T. Fries
1998-03-02Don't declare struct exception if __cplusplus is defined as itTodd C. Miller
conflicts with gcc's exception handling stuff. This should really only be visible when building libm I think, and I will do that once I confer with others. Required for libg++ 2.8.0.
1998-03-02NULLFS is required by UMAPFS, don't know when this got messed up, perhapsjohns
its a gcc 2.8 related thing.
1998-03-01Fix int overflowTobias Weingartner
1998-03-01If an /etc/exports entry has a single host that cannot be lookedTodd C. Miller
up, throw out the entire line. A previous change that only throws out unknown hosts could leave the export host list null (ie: everyone) if all the listed hosts are unknown.
1998-03-01Remove an extra "-o -" so the kernel doesn't go to stdout. Noted by pefo.Todd C. Miller
1998-03-01crank f_count/f_msgcount to long; when incrementing try to leave 2 slotsTheo de Raadt
empty for unp_gc() in case of cross referenced sockets. part by millert
1998-03-01crank f_count/f_msgcount to long; when incrementing try to leave 2 slotsTheo de Raadt
empty for unp_gc() in case of cross referenced sockets .
1998-03-01Make it look much more like sys/conf/GENERIC, so when DDB comesNiklas Hallqvist
we can just switch to an include. Use new MDB option.
1998-03-01Use MDB instead of DEBUG to enable minidebugNiklas Hallqvist
1998-03-01Use __alpha__ and __mips__ instead of alpha & arcNiklas Hallqvist
1998-03-01mips and alpha GCC does not unwind the stack beyond the current frameNiklas Hallqvist
1998-03-01remove unnecessary declsNiklas Hallqvist
1998-03-01GCC 2.8 type safety + explicit typingNiklas Hallqvist
1998-03-01-Wmissing-prototypes cleanNiklas Hallqvist