summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeNiklas Hallqvist
1996-09-04no, bad commitTheo de Raadt
1996-09-04clear passwd, for safetyTheo de Raadt
1996-09-04control portmap, inetd, and lpd from netstart; idea from tqbf@enteract.comTheo de Raadt
1996-09-04_PASSWORD_LEN != 255Theo de Raadt
1996-09-04Pull in pieces of Manuel's patch6:Jason Downs
- At Milton Ngan's request, wdc now probes for atapi devices first, and then wd drives, because some old atapi devices were detected as ide drives. - Integration of Milton Ngan's fix for some 'wdc_atapi_intr: unknown phase 1' due to a timing problem. Some additional changes (like ADEV_* -> AQUIRK_*) for the sake of compatibility. Manuel's additional quirk type was added as well. I'm not sure I like the retry change to wdc.c; please let me know if anyone has any problems with their drives.
1996-09-03Added OpenBSD tagetheisen
1996-09-03Use the new mdoc macros.etheisen
1996-09-03http:// support for the command line fetches; useful for the ports subsystemTheo de Raadt
and other scripts. written by brian@saturn.net (and then i clawed at it for a bit..)
1996-09-03fix buf oflows betterTheo de Raadt
1996-09-03detect wrong architectureTheo de Raadt
1996-09-03need param.hTheo de Raadt
1996-09-03another typo....Theo de Raadt
1996-09-03like tip, group dialer access onlyTheo de Raadt
1996-09-03proper typesTheo de Raadt
1996-09-03kill useless codeTheo de Raadt
1996-09-03Merged in newer macros.etheisen
1996-09-03Merged in some of the newer macros.etheisen
1996-09-03use prefix 0x instead of DOS-like postfix HTheo de Raadt
1996-09-03constrain to MAXHOSTNAMELENTheo de Raadt
1996-09-03check mid of exec tooTheo de Raadt
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-03Protect against buffer overflowThorsten Lockert
1996-09-03do not coredump for setuid/setgid, unless run by rootTheo de Raadt
1996-09-02Need sys/types.h, too.briggs
1996-09-02Replace string.h with systm.h.briggs
1996-09-02don't try to do setsockopt(TCP_MAXSEG) unless we are root.Todd C. Miller
1996-09-02talk about $RSHTodd C. Miller
1996-09-02Cleanup before the integration of the machine identification code:imp
o Merge all the case statements into one. o Cleanup Tyne and rPC44 support o Removed the soon to be obsolete code to get the sysid (which then just ignored it) Hopefully not break the working PICA port in the process....
1996-09-02unset $RSH so we don't loop de loop in rcmd().Todd C. Miller
1996-09-02Looks at RSH envariable and calls rcmdsh() with that value if set.Todd C. Miller
1996-09-02NetBSD -> OpenBSDimp
1996-09-02Save the log file if the original number of days was > 0; don't rely onThorsten Lockert
being able to use numdays after aging the existing logfiles
1996-09-02Don't drain the protocol queues at interrupt level.dm
1996-09-02Sync up with NetBSD:briggs
(christos) Fix bug reported by Greg Hudson where leaf (source only) nodes were referenced only by their basename and not by their full pathname. This breaks when .PATH or MAKEOBJDIR are used. There might be Makefiles around that try to work around this bug by prepending ${.CURDIR} to the sources, and they should be found and fixed. Also a lot of the gunk in suff.c that was attempting to work around the same problem could be removed. (christos) - Move -D flags from Makefile to config.h and explain what they do. Add -Wall -Wno-unused to CFLAGS. Add new define SYSVVARSUB to enable SysV style variable substitutions and enable them. - Add SunOS style command substitutions via SUNSHCMD - Fix core dump with '{variable = value' (christos) Fix bug where make will always exit with 0, even when one or more parallel jobs failed. (Only affects parallel make code) (christos) Protect __P from being multiply defined (for systems that already define it) (christos) Add strdup() since ultrix is missing it. From Larry Schwimmer <rosebud@cyclone.Stanford.EDU> (christos) Add estrdup(), a checked version of strdup and use it. (christos) Recognize SVR4 style long filename entries in archives. (thorpej) Tidy up some RCS ids a bit.
1996-09-02Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it.briggs
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>.
1996-09-02setloginTheo de Raadt
1996-09-02whoopsTheo de Raadt
1996-09-02bad environ init; from brian@saturn.netTheo de Raadt
1996-09-02Missing */Per Fogelstrom
1996-09-02mousetrap...Per Fogelstrom
1996-09-02ZAP GENERIC!Per Fogelstrom
1996-09-02pica -> arc for fdiskPer Fogelstrom
1996-09-02OopsPer Fogelstrom
1996-09-02Create crtn.o. Right now it's an empty file...Per Fogelstrom
1996-09-02add -g group delivery optionTheo de Raadt
1996-09-02cua supportTheo de Raadt
1996-09-02Setup fpr links and document.etheisen
1996-09-02not setuid, silence TCP_MAXSEG for non-rootTheo de Raadt
1996-09-02Correct links for getrpcent.3 pagesThorsten Lockert