summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-06Import of WGRISC port. (Willowglen R3081 board)Per Fogelstrom
1997-02-06print 0x for %pMichael Shalayeff
1997-02-06corrected to look even more like date(1)kstailey
1997-02-06better heuristic for %p:Michael Shalayeff
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (;
1997-02-06remove net/zlib.c (use -lz now)Michael Shalayeff
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198
1997-02-06make are of a whole number of missing system call names; interesting fixTheo de Raadt
from ghelmer@freebsd.org
1997-02-06expand hostname to MAXHOSTNAMELENTheo de Raadt
1997-02-06make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.noTheo de Raadt
1997-02-06terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.comTheo de Raadt
1997-02-06do not accidentally pass garbage module name to the kernel; found by ↵Theo de Raadt
Don.Lewis@tsc.tdk.com
1997-02-06buf oflowTheo de Raadt
1997-02-06From theo: use VM_PROT_* types and pass address nicelyNiklas Hallqvist
1997-02-06Fixed some missing declarations and such. Still sth to fix for Theo :-)Niklas Hallqvist
1997-02-06Add a LORDER make symbol and use itNiklas Hallqvist
1997-02-06cdev for rdTheo de Raadt
1997-02-06make rd device. only make a & c partitions raw & blockTheo de Raadt
1997-02-06Cosmetic change: "device not configured" -> "Device not configured"dima
so it would match it's prorotype entry in errlist. The same for "device already in use"
1997-02-06add /kern to miniroot image for kernfs supportDale S. Rahn
1997-02-06Clean up silly things, mount rd0a not rd0, andDale S. Rahn
prog is not a valid program for crunch to find.
1997-02-06need -I for zlib.cMichael Shalayeff
1997-02-06add strncmpMichael Shalayeff
use net/zlib.c do not compile some files w/ NO_NET
1997-02-06missed test compile );Michael Shalayeff
1997-02-06Now with the miniroot using the rd driver, the inst and kc may becomeDale S. Rahn
obsolete, but currently the miniroot uses this directory.
1997-02-06make it work w/ old allocatorMichael Shalayeff
no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel.
1997-02-06PowerPC pieces for ramdisk (rd) changes this is adds majors,Dale S. Rahn
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types.
1997-02-06Changes to ramdisk driver to support disklabels. Work done by Theo.Dale S. Rahn
This will require changes for each machine type. changes to MAKEDEV, suggest treating rd like sd --- sd*|vnd*|ccd*|rd*) ... rd*) name=rd; blk=17; chr=17;; --- Make certain that majors and minors are correct conf.c add a entry in cdevsw for rd (previously was only in bdev) --- cdev_decl(rd); ... struct cdevsw cdevsw[] = { ... cdev_disk_init(NRD,rd), /* 17 ram disk driver*/ --- other changes to how rdconfig is called may be appropriate, it must now be configured using the "raw" parition typically 'c'.
1997-02-06Add libz and make libsa aware of it. From NetBSD.Jason Downs
1997-02-06Enable support for gzip'd kernels.Jason Downs
1997-02-06Be more explicit about what we are.Jason Downs
1997-02-06Use the font ROM size, instead of hard coding one.Jason Downs
1997-02-05bring siginfo stuff for the pmax in sync with the arc and addThomas Graichen
BUFCACHEPERCENT for the pmax
1997-02-05add CD9660 and MSDOSFS to PLUTO and SUMMERThomas Graichen
1997-02-05clarify more why this is neededTheo de Raadt
1997-02-05do not warn about valid options; invalid options correctly quitTheo de Raadt
1997-02-05repair incorrect IP_OPTIONS parsingTheo de Raadt
1997-02-05i like my sentences to end with periodsTheo de Raadt
1997-02-05that cannot be rightTheo de Raadt
1997-02-05add tags to changed fileskstailey
1997-02-05fix highscore without breaking securitykstailey
1997-02-05Make std.hp300 useable for other config files, just don't use it in GENERICJason Downs
ones.
1997-02-05latest siginfo changes from theoJason Downs
1997-02-05Pull in some of the changes from NetBSD's revision 1.63:Jason Downs
thorpej Sat Feb 1 23:55:54 PST 1997 ... - Eliminate some unnecessary cpu/mmu checks, based on what CPUs the kernel was compiled for. - Add some comments about possible further optimization. ...
1997-02-05Added "gid" keyword to print effective group ID of process.kstailey
(also alpha-sorted some of the man page that was nearly sorted.) BEFORE: kstailey@hermes$ ps -o ruid,svuid,uid,command RUID SVUID UID COMMAND 333 333 333 -bash (bash) worked, but group equivalent failed: kstailey@hermes$ ps -o rgid,svgid,gid,command ps: gid: keyword not found RGID SVGID COMMAND 20 20 -bash (bash) AFTER: kstailey@hermes$ ps -o rgid,svgid,gid,command RGID SVGID GID COMMAND 20 20 20 -bash (bash)
1997-02-05make crunchide work in the non-elf world, Opps.Dale S. Rahn
1997-02-05Non-console ITE devices need to be initialized properly, too, ya know.Jason Downs
Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of...
1997-02-05correct boottime messagesTheo de Raadt
1997-02-05map native sig/code to svr4 code in a different fashion; must be checked laterTheo de Raadt
1997-02-05add GENERICTheo de Raadt
1997-02-05use arc4random()Theo de Raadt
1997-02-05document that ip_off and ip_len are now in network byte orderTheo de Raadt