Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-06 | Zero the instruction counter on Pentium's after detecting one if we have | Thorsten Lockert | |
NTP code compiled in; prevents division errors in microtime() | |||
1996-05-06 | use mounted table instead of fstab for -a; netbsd pr#2363; from ↵ | Theo de Raadt | |
greywolf@defender.VAS.viewlogic.com | |||
1996-05-06 | remove unused files, conserning to the last sync | Michael Shalayeff | |
1996-05-06 | fix includes for x25/llc. | Michael Shalayeff | |
1996-05-06 | want ddb | Theo de Raadt | |
1996-05-06 | add aria audio | Theo de Raadt | |
1996-05-06 | Initial version | Niklas Hallqvist | |
1996-05-06 | Correct RCS IDs | Niklas Hallqvist | |
1996-05-06 | from netbsd; SCSIDEBUG printf() fixes | Theo de Raadt | |
1996-05-06 | shinaken cd has lun problem | Theo de Raadt | |
1996-05-06 | goes away | Theo de Raadt | |
1996-05-06 | proto cpu_exec_aout_prep_oldzmagic() | Theo de Raadt | |
1996-05-06 | defn cdev_scanner_init() | Theo de Raadt | |
1996-05-06 | another void main(); netbsd pr#2373; from mouse@Collatz.McRCIM.McGill.EDU | Theo de Raadt | |
1996-05-06 | gdb -k did not call kvm_open() with correct pathname; netbsd pr#2375; from ↵ | Theo de Raadt | |
mhitch@gemini.oscs.montana.edu | |||
1996-05-06 | fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDU | Theo de Raadt | |
1996-05-06 | do the ^W right. | Michael Shalayeff | |
1996-05-06 | Return int from main(), so gcc -Werror won't complain. Rhyme not intended. | Niklas Hallqvist | |
1996-05-06 | Fix typo, lost newline | Niklas Hallqvist | |
1996-05-06 | Fix typo, s/aplx/splx/ | Niklas Hallqvist | |
1996-05-06 | fix arg names (s/cmd/command/). | Michael Shalayeff | |
1996-05-06 | Missing ' == NULL)' added... | Per Fogelstrom | |
1996-05-06 | if.h was missed from the commit. | Michael Shalayeff | |
if_ethersubr.c: missed variables added. | |||
1996-05-05 | fstat options -N and -M failed; netbsd pr#2374; from ↵ | Theo de Raadt | |
osymh@gemini.oscs.montana.edu | |||
1996-05-05 | mv notrans out of loop and change my name | Theo de Raadt | |
1996-05-05 | from 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-05 | from 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-05 | use XS (not XC) flags when setting tty flags; from <brook@trillium.nmsu.edu>. | Theo de Raadt | |
1996-05-05 | headers | Theo de Raadt | |
1996-05-05 | sync with 0430 | Theo de Raadt | |
1996-05-05 | add 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-05 | ahc/ahe driver update from freebsd; merged by soda@sra.co.jp and | Theo de Raadt | |
pete@demon.net | |||
1996-05-05 | ypbind will create /var/yp/binding automatically, prints a warning. | Theo de Raadt | |
1996-05-05 | add advanced hang analyzer. | Michael Shalayeff | |
idea by theo. | |||
1996-05-05 | build stand as well | Theo de Raadt | |
1996-05-05 | report signal type before dying; from ian@cygnus.com forwarded by niklas | Theo de Raadt | |
1996-05-04 | it compiles now. | Michael Shalayeff | |
1996-05-04 | add missed files. | Michael Shalayeff | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
Amiga's have two mouse ports | |||
1996-05-04 | s/ts_/tv_/g again. | Michael Shalayeff | |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-04 | add rnd driver. | Michael Shalayeff | |
1996-05-04 | add files missed from 0418 sync. | Michael Shalayeff | |
1996-05-04 | from 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-04 | proto nicely | Theo de Raadt | |
1996-05-04 | converted to mandoc | Theo de Raadt | |
1996-05-04 | missed from last commit. | Michael Shalayeff | |
from MACH: add {in,out}[wb] functions and dr* operations. | |||
1996-05-04 | from MACH: add {in,out}[bw] functions and dr* operations. | Michael Shalayeff | |
1996-05-04 | Reintroduce GG2_GET_STATUS macro | Niklas Hallqvist | |
1996-05-04 | From NetBSD: | Niklas Hallqvist | |
More cleanup for -Wall with DEBUG. |