summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-11-15do not credit UCB if we are not prepared to credit everyoneTheo de Raadt
1995-11-14trashTheo de Raadt
1995-11-14morons tend to commit before compilingTheo de Raadt
1995-11-14show "fdeject" as a valid root filesystem choiceTheo de Raadt
1995-11-14clear pv_synchook if we halt; thus prom "sync" command will not do the wrong ↵Theo de Raadt
thing
1995-11-14use promvec->pv_enaddr on v2 proms alsoTheo de Raadt
1995-11-13repair indentationTheo de Raadt
1995-11-13do not forward garbled SIMPLEX-generated packets to bpf; from ↵Theo de Raadt
Jean-Luc.Richier@imag.fr; netbsd pr#1693
1995-11-13from netbsdTheo de Raadt
1995-11-13varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵Theo de Raadt
pr#1695
1995-11-13make 24f work; from gillhaa@ghost.whirlpool.com; netbsd pr#1717Theo de Raadt
1995-11-13handle yearistype.sh not being +x by copying it to another name which can be ↵Theo de Raadt
chmod +x
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-11-13bzero adosfsmount so that mountd delete does not crash machine; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1720
1995-11-13when using -O, do not create directories; from Mark_Weaver@brown.edu; netbsd ↵Theo de Raadt
pr#1712
1995-11-13fix mounting two filesystems on the same point; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1722
1995-11-13abort returns void; from bernd@arresum.inka.de; netbsd pr#1724Theo de Raadt
1995-11-13time_t typecast; from bernd@arresum.inka.de; netbsd pr#1724Theo de Raadt
1995-11-13typecast svc_freeargs() args properly; from bernd@arresum.inka.de; netbsd ↵Theo de Raadt
pr#1724
1995-11-13wrap isaphysmem in NISADMA; from andrew@wipux2.wifo.uni-mannheim.de; netbsd ↵Theo de Raadt
pr#1735
1995-11-13force yacc run for make depend; from is@Beverly.Rhein.DE; netbsd pr#1733Theo de Raadt
1995-11-13wss/pss man pages; from mike.long@analog.com; netbsd pr #1757Theo de Raadt
1995-11-13add sb/gus drivers; from jtk@kolvir.arlington.ma.us; netbsd pr#1731Theo de Raadt
1995-11-13grammar fix; from seebs@taniemarie.solon.com; netbsd pr#1704Theo de Raadt
1995-11-13pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747Theo de Raadt
1995-11-13generic audio man page; from jtk@kolvir.arlington.ma.us; netbsd pr#1752Theo de Raadt
1995-11-13lprm failed to delete all files; from thomas@cevis.uni-Bremen.de; netbsd pr#1756Theo de Raadt
1995-11-13document -h flag; from windsor@punk.hedgehog.com, netbsd pr#1740Theo de Raadt
1995-11-13allow override of nroff command; from msaitoh@spa.is.uec.ac.jp, netbsd pr #1741Theo de Raadt
1995-11-13from netbsd:Theo de Raadt
Fix handling of "-M core" and "-N system"; a real brain-o on my part. Fix related typo in manual page.
1995-11-13from netbsd:Theo de Raadt
Remove device nodes before trying to create new ones
1995-11-13from netbsd:Theo de Raadt
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place.
1995-11-13can have multiple cg2Theo de Raadt
1995-11-13accept ufs or ffsTheo de Raadt
1995-11-13from netbsdTheo de Raadt
1995-11-13from netbsd:Need to define KERNTEXTOFF for kvm_mkdbTheo de Raadt
1995-11-13ufs ==> ffsTheo de Raadt
1995-11-13indenting error thing that is making my diffs look confusingTheo de Raadt
1995-11-13from netbsd:Theo de Raadt
add sys/types.h to generated file
1995-11-13from netbsd:Theo de Raadt
Fix file descriptor leak. Include header files to bring prototypes into scope. Remove explicit declarations.
1995-11-13from netbsdTheo de Raadt
1995-11-13require UNIONTheo de Raadt
1995-11-13SETUIDSCRIPTS are always onTheo de Raadt
1995-11-13enable SETUIDSCRIPTS, because they are secureTheo de Raadt
1995-11-13update to netbsdTheo de Raadt
1995-11-13correct some copyrightsTheo de Raadt
1995-11-13allow ufs or ffsTheo de Raadt
1995-11-13comment a bit betterTheo de Raadt
1995-11-10fix DVMA problem on sun4 systems with writeback cache. you needchuck
to flush the cache after map in so that the info gets written into main memory. you really only need to do this when writing data (e.g. disk write), but there is currently no way to tell if you are writing so we do it for all cases (XXX this is stupid, fix later). This causes 4/200's to be able to write disk files on SMD disks without data corruption.
1995-11-09correct sun4 calls to fb_attach()Theo de Raadt