Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
1996-09-04 | no, bad commit | Theo de Raadt | |
1996-09-04 | clear passwd, for safety | Theo de Raadt | |
1996-09-04 | control portmap, inetd, and lpd from netstart; idea from tqbf@enteract.com | Theo de Raadt | |
1996-09-04 | _PASSWORD_LEN != 255 | Theo de Raadt | |
1996-09-04 | Pull 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-03 | Added OpenBSD tag | etheisen | |
1996-09-03 | Use the new mdoc macros. | etheisen | |
1996-09-03 | http:// support for the command line fetches; useful for the ports subsystem | Theo de Raadt | |
and other scripts. written by brian@saturn.net (and then i clawed at it for a bit..) | |||
1996-09-03 | fix buf oflows better | Theo de Raadt | |
1996-09-03 | detect wrong architecture | Theo de Raadt | |
1996-09-03 | need param.h | Theo de Raadt | |
1996-09-03 | another typo.... | Theo de Raadt | |
1996-09-03 | like tip, group dialer access only | Theo de Raadt | |
1996-09-03 | proper types | Theo de Raadt | |
1996-09-03 | kill useless code | Theo de Raadt | |
1996-09-03 | Merged in newer macros. | etheisen | |
1996-09-03 | Merged in some of the newer macros. | etheisen | |
1996-09-03 | use prefix 0x instead of DOS-like postfix H | Theo de Raadt | |
1996-09-03 | constrain to MAXHOSTNAMELEN | Theo de Raadt | |
1996-09-03 | check mid of exec too | Theo de Raadt | |
1996-09-03 | Protect against buffer overflow | Thorsten Lockert | |
1996-09-03 | Protect against buffer overflow | Thorsten Lockert | |
1996-09-03 | do not coredump for setuid/setgid, unless run by root | Theo de Raadt | |
1996-09-02 | Need sys/types.h, too. | briggs | |
1996-09-02 | Replace string.h with systm.h. | briggs | |
1996-09-02 | don't try to do setsockopt(TCP_MAXSEG) unless we are root. | Todd C. Miller | |
1996-09-02 | talk about $RSH | Todd C. Miller | |
1996-09-02 | Cleanup 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-02 | unset $RSH so we don't loop de loop in rcmd(). | Todd C. Miller | |
1996-09-02 | Looks at RSH envariable and calls rcmdsh() with that value if set. | Todd C. Miller | |
1996-09-02 | NetBSD -> OpenBSD | imp | |
1996-09-02 | Save the log file if the original number of days was > 0; don't rely on | Thorsten Lockert | |
being able to use numdays after aging the existing logfiles | |||
1996-09-02 | Don't drain the protocol queues at interrupt level. | dm | |
1996-09-02 | Sync 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-02 | Detect stuck interrupts in the scc (if DIAGNOSTIC) and log it. | briggs | |
Patches from Bill Studenmund <wrstuden@loki.stanford.edu>. | |||
1996-09-02 | setlogin | Theo de Raadt | |
1996-09-02 | whoops | Theo de Raadt | |
1996-09-02 | bad environ init; from brian@saturn.net | Theo de Raadt | |
1996-09-02 | Missing */ | Per Fogelstrom | |
1996-09-02 | mousetrap... | Per Fogelstrom | |
1996-09-02 | ZAP GENERIC! | Per Fogelstrom | |
1996-09-02 | pica -> arc for fdisk | Per Fogelstrom | |
1996-09-02 | Oops | Per Fogelstrom | |
1996-09-02 | Create crtn.o. Right now it's an empty file... | Per Fogelstrom | |
1996-09-02 | add -g group delivery option | Theo de Raadt | |
1996-09-02 | cua support | Theo de Raadt | |
1996-09-02 | Setup fpr links and document. | etheisen | |
1996-09-02 | not setuid, silence TCP_MAXSEG for non-root | Theo de Raadt | |
1996-09-02 | Correct links for getrpcent.3 pages | Thorsten Lockert | |