Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-14 | getgrouplist() returns array of gid_t | Theo de Raadt | |
1995-12-14 | from cgd@netbsd; be more conservative when setting the gp | Theo de Raadt | |
1995-12-14 | from netbsd; fix profiling support | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es> | |||
1995-12-14 | from netbsd: | Theo de Raadt | |
traceroute waits 5 seconds, not 3 seconds, before printing a * | |||
1995-12-14 | from netbsd: add () in an expression even though it is not really needed | Theo de Raadt | |
1995-12-14 | whoops, add this | Theo de Raadt | |
1995-12-14 | from netbsd; update to mrouted 3.8 | Theo de Raadt | |
1995-12-14 | use string.h | Theo de Raadt | |
1995-12-14 | from thorpej@netbsd: | Theo de Raadt | |
Handle "clean" and "depend" targets properly. | |||
1995-12-14 | from 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-14 | from 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-14 | from 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-14 | from netbsd: fix a few typos | Theo de Raadt | |
1995-12-14 | s/ENVIRONMENTAL/ENVIRONMENT/ | Theo de Raadt | |
1995-12-14 | whoops, add this | Theo de Raadt | |
1995-12-14 | update 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-14 | install yp Makefile from here | Theo de Raadt | |
1995-12-14 | Makefile.yp not here anymore | Theo de Raadt | |
1995-12-14 | install yp Makefile from here | Theo de Raadt | |
1995-12-14 | remove rcs $Header$ | Theo de Raadt | |
1995-12-08 | s/environmental/environment/ | Theo de Raadt | |
1995-12-08 | kernel is called bsd | Theo de Raadt | |
1995-12-08 | unconfiguring of ccd causes system panic; fix from gdonl@gv.ssi1.com; netbsd ↵ | Theo de Raadt | |
pr#1820 | |||
1995-12-07 | update to use new files in libsa | Theo de Raadt | |
1995-12-07 | shrink bootblocks by splitting libsa contents into more files. from | Theo de Raadt | |
waldi@moacs.indiv.nl.net, netbsd pr#1817 | |||
1995-12-06 | various changes to once again shrink the bootblocks to a useable size. | Theo de Raadt | |
1995-12-06 | optimize further | Theo de Raadt | |
1995-12-05 | delete memcpy; it makes bootblocks larger without being needed | Theo de Raadt | |
1995-12-05 | working .cvsignore files | Theo de Raadt | |
1995-12-05 | delete a stupid hostname | Theo de Raadt | |
1995-12-05 | this is useful in compile directories | Theo de Raadt | |
1995-12-05 | Third try at importing the mvme88k port. This is a working kernel | Theo de Raadt | |
from nivas. Userland and compiler still need to be worked on. Make certain what directory the import is done from. | |||
1995-12-04 | a.out is more likely, so check for it first | Theo de Raadt | |
1995-12-03 | Rearrange user page table size calculation so that silent overflow | Niklas Hallqvist | |
cannot occur | |||
1995-12-03 | Restore condition codes if we pull the special_fp_store | davem | |
trick before returning from the trap. | |||
1995-12-01 | we cannot jump into ddb until the interrupt has been acknowledged to the | Theo de Raadt | |
chip. set a flag and defer calling ddb till end of interrupt routine. | |||
1995-12-01 | previous verbosity patch was wrong | Theo de Raadt | |
1995-12-01 | add CONSOLEBREAKDDB support. also be less verbose at boot.. | Theo de Raadt | |
1995-12-01 | Oops, forgot to declare emul_sunos | Niklas Hallqvist | |
1995-12-01 | fixed ddb, improved fifo handling, new still-not-working dma support | Theo de Raadt | |
from drahn@pacific.urbana.mcd.mot.com | |||
1995-12-01 | for now, assume no flash on 167 (is this true?) | Theo de Raadt | |
1995-12-01 | niklas pointed out the new MDP_UNCACHE_WX might break fork/exec. | Niklas Hallqvist | |
always set/clear in setregs() now | |||
1995-12-01 | from netbsd: | Theo de Raadt | |
preserve netbsd when compressing | |||
1995-12-01 | from netbsd: | Theo de Raadt | |
latest update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) | |||
1995-12-01 | from 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-01 | correct typo pointed out by chuck (in the prettiest way possible | Theo de Raadt | |
1995-11-30 | properly catch cases where buffers are on the kstack, from ↵ | Theo de Raadt | |
hannken@eis.cs.tu-bs.de | |||
1995-11-30 | correct way to call tsleep is almost always "while (condition) tsleep(...)" | Theo de Raadt | |
1995-11-30 | do not truncate swdevt[] ever | Theo de Raadt | |