Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-05 | Add strategic fflush() before suspending on keyboard generated signal | Thorsten Lockert | |
1996-09-05 | document latest rcmd change | Todd C. Miller | |
1996-09-05 | ignore $RSH if we are setuid | Todd C. Miller | |
1996-09-04 | get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test] | Theo de Raadt | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |
1996-09-04 | Enable extra scsi drives and scanners | Niklas Hallqvist | |
1996-09-04 | s/rnd/random/ | Niklas Hallqvist | |
1996-09-04 | s/KERNEL/_KERNEL/ | Niklas Hallqvist | |
1996-09-04 | more Swedish pedantery, kill statics, provide protos etc | Niklas Hallqvist | |
1996-09-04 | pipe.h needed vm_page_t defined for me, so I moved it down | Niklas Hallqvist | |
1996-09-04 | Do not do the if(a = b) game even if correct, it is confusing | Niklas Hallqvist | |
1996-09-04 | Stylistic cleanup, like removing "static"s, and removing warnings | Niklas Hallqvist | |
given by -Wall -Wstrict-prototypes -Wmissing-prototypes | |||
1996-09-04 | make GCC 'appier and remove unused vars. Also fix retval | Niklas Hallqvist | |
and a debug printout | |||
1996-09-04 | add #pccom0; suggested by graichen | Theo de Raadt | |
1996-09-04 | Some changes for new arc boxes | Per Fogelstrom | |
1996-09-04 | Merge the Cygnus 960904 sources | Niklas Hallqvist | |
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
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 | |