summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1997-01-15add prototype of reboot2() via machdep.hkstailey
1997-01-15moved init of ret in randomioctl() to better locationkstailey
1997-01-15Well, actually this seemed to be a bug in generic code, thatDale S. Rahn
was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too.
1997-01-15added prototypes, made some functions static, removed unused variableskstailey
now compiles with -Werror -Wall -Wstrict-prototypes
1997-01-15add IPXIP option commented out, explanation.Michael Shalayeff
1997-01-15extra braces to prevent warning about missing braceskstailey
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
to 8 internally so that drivers do not need to init it for regular scsi :-)
1997-01-15more missing prototypes and other warnings fixedkstailey
1997-01-15Don't need this, /sys/compat/m68k4k works better.Jason Downs
OpenBSD/hp300 is now 8k!
1997-01-15prevent -Wall warning:kstailey
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function
1997-01-15prevent warning:kstailey
in_pcb.c:182: warning: `old' might be used uninitialized in this function
1997-01-15prevent warning:kstailey
ppp_tty.c:790: warning: `s' might be used uninitialized in this function
1997-01-15fixed warning:kstailey
kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3)
1997-01-158kJason Downs
1997-01-15prevent this warning:kstailey
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall
1997-01-15added prototypeskstailey
1997-01-15Add DESTDIR support for crt{begin,end}.o (powerpc only so far)Niklas Hallqvist
1997-01-14Remove locc. -mojMats O Jansson
1997-01-14Debugger() is needed by KGDB not just DDBkstailey
1997-01-14RAW_PARTTheo de Raadt
1997-01-13preliminary support for the Apollo 060 acceleratorNiklas Hallqvist
Thanks a lot, Michael van Elst <mlelstv@serpens.swb.de>
1997-01-13Add a commented out option NSIP with explanationNiklas Hallqvist
1997-01-13reformatted ala KNFkstailey
1997-01-13fix DIO-II mappings, NetBSD PR#3097.Jason Downs
1997-01-13Important change to the installation notes.Dale S. Rahn
pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file.
1997-01-13Sync to 970110 NetBSDNiklas Hallqvist
1997-01-13don't build the stand dir for nowThomas Graichen
1997-01-13use the cpu_exec from the arcThomas Graichen
1997-01-13first try of an OpenBSD/pmax GENERIC kernel (config file)Thomas Graichen
1997-01-13now also the pmax builds with the in-tree ld using an ld.script similarThomas Graichen
to the arc
1997-01-13my pmax (decstation 5000/200)Thomas Graichen
1997-01-13type change to make it compile on the pmax of nowThomas Graichen
1997-01-13Import compat_m68k4k from NetBSDNiklas Hallqvist
1997-01-13small changes to get it compiled on the pmax (does'nt affect anything else)Thomas Graichen
1997-01-13<pmax/xxx> -> <machine/xxx>Thomas Graichen
<mips/xxx> -> <machine/xxx> ... plus missing files from arc
1997-01-13Misc installation notes for installing the powerpc port.Dale S. Rahn
Probably will change greatly or be moved eventually.
1997-01-13leds-extern.h -> ledsvar.hkstailey
1997-01-13back-panel LED control device derived from code by der Mousekstailey
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support
1997-01-12protect against multiple includesJason Downs
1997-01-12add sys_pipe.cJason Downs
1997-01-12Be more Posixly correct; from FreeBSDThorsten Lockert
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
They handle unaligned memory references.
1997-01-10Correct a panic condition hitting on machines with NBPG != ffs blocksize,Niklas Hallqvist
plus having a large bufpages value compared to nbuf.
1997-01-09Now that ELF symbols are working (not leading '_'), dont put themDale S. Rahn
in for these symbols either.
1997-01-09Closing down on the last few differences between the build areaDale S. Rahn
and the checked in source.
1997-01-09Fix the SALIB dependancies correctly so that it builds and locatesDale S. Rahn
the library. Fix alloc.c so that the piece allocated is of the "correct" size for the current allocation by splitting the buffer. This was required so that free would work correctly if a large buffer was allocated, then freed, the allocated again with a small allocation.