summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-06goes awayTheo de Raadt
1996-05-06proto cpu_exec_aout_prep_oldzmagic()Theo de Raadt
1996-05-06defn cdev_scanner_init()Theo de Raadt
1996-05-06another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDUTheo de Raadt
1996-05-06gdb -k did not call kvm_open() with correct pathname; netbsd pr#2375; from ↵Theo de Raadt
mhitch@gemini.oscs.montana.edu
1996-05-06fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDUTheo de Raadt
1996-05-06do the ^W right.Michael Shalayeff
1996-05-06Return int from main(), so gcc -Werror won't complain. Rhyme not intended.Niklas Hallqvist
1996-05-06Fix typo, lost newlineNiklas Hallqvist
1996-05-06Fix typo, s/aplx/splx/Niklas Hallqvist
1996-05-06fix arg names (s/cmd/command/).Michael Shalayeff
1996-05-06Missing ' == NULL)' added...Per Fogelstrom
1996-05-06if.h was missed from the commit.Michael Shalayeff
if_ethersubr.c: missed variables added.
1996-05-05fstat options -N and -M failed; netbsd pr#2374; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu
1996-05-05mv notrans out of loop and change my nameTheo de Raadt
1996-05-05from netbsd:Theo de Raadt
handle the VISTTY vnode flag with the same letter ('I') that BSDI used. Update the documentation of the vnode flags so that it lists only (and all) of the flags understood by the program. (The documentation is likely in need of more cleanup.)
1996-05-05from netbsd:Theo de Raadt
second argument to xdr_long must be a "long *", which means that the 'out' arg to svc_sendreply must point to a long if outproc is xdr_long. It was pointing to an 'int', and that was crashing on the alpha, due to bad alignment.
1996-05-05use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>.Theo de Raadt
1996-05-05headersTheo de Raadt
1996-05-05sync with 0430Theo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-05ahc/ahe driver update from freebsd; merged by soda@sra.co.jp andTheo de Raadt
pete@demon.net
1996-05-05ypbind will create /var/yp/binding automatically, prints a warning.Theo de Raadt
1996-05-05add advanced hang analyzer.Michael Shalayeff
idea by theo.
1996-05-05build stand as wellTheo de Raadt
1996-05-05report signal type before dying; from ian@cygnus.com forwarded by niklasTheo de Raadt
1996-05-04it compiles now.Michael Shalayeff
1996-05-04add missed files.Michael Shalayeff
1996-05-04From NetBSD:Niklas Hallqvist
Amiga's have two mouse ports
1996-05-04s/ts_/tv_/g again.Michael Shalayeff
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
1996-05-04add rnd driver.Michael Shalayeff
1996-05-04add files missed from 0418 sync.Michael Shalayeff
1996-05-04from CMU(CODA or MACH, by Robert Baron):Michael Shalayeff
Under the GPROF conditional emit a call to mcount for bcopy, bzero, copyin, and copyout, so they can be profiled. During a kernel build these 4 routines account for 14% of the time in the kernel.
1996-05-04proto nicelyTheo de Raadt
1996-05-04converted to mandocTheo de Raadt
1996-05-04missed from last commit.Michael Shalayeff
from MACH: add {in,out}[wb] functions and dr* operations.
1996-05-04from MACH: add {in,out}[bw] functions and dr* operations.Michael Shalayeff
1996-05-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
More cleanup for -Wall with DEBUG.
1996-05-04From NetBSD:Niklas Hallqvist
Define BSR_MASK and use BSR_MASK to get the current bank select register. Clean up the debugging code a bit and the warnings from -Wall. Don't define ESDEBUG - it can now be set from the config file. If the Ethernet chip gets reset during the copy of the transmit buffer, requeue the current packet and reinitialize the controller. This recovers from an apparent hardware bug when running on my A2000/Zeus system.
1996-05-04From NetBSD:Niklas Hallqvist
Cleanup for -Wall if CL5426CONSOLE, CV64CONSOLE, ULOWELLCONSOLE or RETINACONSOLE is not defined.
1996-05-04From NetBSD:Niklas Hallqvist
Give example for INSECURE option in the GENERIC config file in a comment. Closes PR 2355 giving a different explanation of the option than proposed.
1996-05-04Remove lots of stuff to remain below 960k limit of my machine :-(Niklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
<sys/cpu.h> is no longer needed
1996-05-04use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works.Theo de Raadt
netbsd pr#2164; from seebs@taniemarie.solon.com
1996-05-04dk_establish() now returns void.Niklas Hallqvist
1996-05-04Remove small glitch in last commitNiklas Hallqvist
1996-05-04mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵Theo de Raadt
davide@PIPER.NECTAR.CS.CMU.EDU
1996-05-04NetBSD RCS Id updateNiklas Hallqvist