summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-14getgrouplist() returns array of gid_tTheo de Raadt
1995-12-14from cgd@netbsd; be more conservative when setting the gpTheo de Raadt
1995-12-14from netbsd; fix profiling supportTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-12-14from netbsd:Theo de Raadt
traceroute waits 5 seconds, not 3 seconds, before printing a *
1995-12-14from netbsd: add () in an expression even though it is not really neededTheo de Raadt
1995-12-14whoops, add thisTheo de Raadt
1995-12-14from netbsd; update to mrouted 3.8Theo de Raadt
1995-12-14use string.hTheo de Raadt
1995-12-14from thorpej@netbsd:Theo de Raadt
Handle "clean" and "depend" targets properly.
1995-12-14from ws@netbsd:Theo de Raadt
- Add support for Win'95 separate creation/modification/access timestamps - Re-introduce lowercase filenames for non-Win'95-filesystems
1995-12-14from netbsd:Theo de Raadt
Don't require compiling with -DDEBUG to enable debugging messages. Instead, add a new option flag "-d", which enables debugging output. Compile all of the code that used to be enabled with -DDEBUG unconditionally. The amount of extra code is negligable, and all of the tests to check if debugging is enabled were done regardless of -DDEBUG anyway. Adjust SYSLOG() to DTRT if debugging is not enabled.
1995-12-14from netbsd:Theo de Raadt
Recognize all mount flags exported from the kernel (but only print the ones that we used to print). Note unrecognized flags(s) when printing mount list.
1995-12-14from netbsd: fix a few typosTheo de Raadt
1995-12-14s/ENVIRONMENTAL/ENVIRONMENT/Theo de Raadt
1995-12-14whoops, add thisTheo de Raadt
1995-12-14update from netbsd, including:Theo de Raadt
Fix PR/1760, where 'cd -' before any other command could cause a reference to an uninitialized pointer. Use getcwd() to get the current working directory, instead of forking /bin/pwd [per Scott's suggestion]
1995-12-14install yp Makefile from hereTheo de Raadt
1995-12-14Makefile.yp not here anymoreTheo de Raadt
1995-12-14install yp Makefile from hereTheo de Raadt
1995-12-14remove rcs $Header$Theo de Raadt
1995-12-08s/environmental/environment/Theo de Raadt
1995-12-08kernel is called bsdTheo de Raadt
1995-12-08unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd ↵Theo de Raadt
pr#1820
1995-12-07update to use new files in libsaTheo de Raadt
1995-12-07shrink bootblocks by splitting libsa contents into more files. fromTheo de Raadt
waldi@moacs.indiv.nl.net, netbsd pr#1817
1995-12-06various changes to once again shrink the bootblocks to a useable size.Theo de Raadt
1995-12-06optimize furtherTheo de Raadt
1995-12-05delete memcpy; it makes bootblocks larger without being neededTheo de Raadt
1995-12-05working .cvsignore filesTheo de Raadt
1995-12-05delete a stupid hostnameTheo de Raadt
1995-12-05this is useful in compile directoriesTheo de Raadt
1995-12-05Third try at importing the mvme88k port. This is a working kernelTheo de Raadt
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from.
1995-12-04a.out is more likely, so check for it firstTheo de Raadt
1995-12-03Rearrange user page table size calculation so that silent overflowNiklas Hallqvist
cannot occur
1995-12-03Restore condition codes if we pull the special_fp_storedavem
trick before returning from the trap.
1995-12-01we cannot jump into ddb until the interrupt has been acknowledged to theTheo de Raadt
chip. set a flag and defer calling ddb till end of interrupt routine.
1995-12-01previous verbosity patch was wrongTheo de Raadt
1995-12-01add CONSOLEBREAKDDB support. also be less verbose at boot..Theo de Raadt
1995-12-01Oops, forgot to declare emul_sunosNiklas Hallqvist
1995-12-01fixed ddb, improved fifo handling, new still-not-working dma supportTheo de Raadt
from drahn@pacific.urbana.mcd.mot.com
1995-12-01for now, assume no flash on 167 (is this true?)Theo de Raadt
1995-12-01niklas pointed out the new MDP_UNCACHE_WX might break fork/exec.Niklas Hallqvist
always set/clear in setregs() now
1995-12-01from netbsd:Theo de Raadt
preserve netbsd when compressing
1995-12-01from netbsd:Theo de Raadt
latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1995-12-01from netbsd:Theo de Raadt
Changed to use the hacked up version Thor got from the original maintainers. It is uglier than mycroft's version, but it works on a lot more machines than his does. Hopefully this can be fixed "for real" after the release. Note that although it works on a superset of the machines that mycroft's did, it is still broken on some slower machines with fast disks. The thing is full of timing bugs. Sigh.
1995-12-01correct typo pointed out by chuck (in the prettiest way possibleTheo de Raadt
1995-11-30properly catch cases where buffers are on the kstack, from ↵Theo de Raadt
hannken@eis.cs.tu-bs.de
1995-11-30correct way to call tsleep is almost always "while (condition) tsleep(...)"Theo de Raadt
1995-11-30do not truncate swdevt[] everTheo de Raadt