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