Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-07 | convert to machine/bus.h | Theo de Raadt | |
1996-05-07 | add : | Theo de Raadt | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
1996-05-07 | correct bpf types | Theo de Raadt | |
1996-05-07 | add local decl of sockaddr | Theo de Raadt | |
1996-05-07 | pretty up output | Theo de Raadt | |
1996-05-07 | if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; also | Theo de Raadt | |
selscan() now understands that it may possible be passed home-grown fd_set's larger than FD_SETSIZE. | |||
1996-05-07 | This is the tape boot loader, not the disk. Remove the correct files. | Dale S. Rahn | |
The stboot file should be removed from the source space. (how is this done?) | |||
1996-05-07 | remove file generated during build. | Dale S. Rahn | |
1996-05-07 | (maybe it will take this time) | Dale S. Rahn | |
Change the address of the stack from 3ffff8 to 3efff8. A problem existed that the bss and the stack were colliding and the bzero of the bss segement would clear the existing stack. The actuall placement of the stack is just before the beginning of the executable _start-0x10; Be careful if the executable address is ever changed. | |||
1996-05-06 | cvsinit.8 no longer exist | Thorsten Lockert | |
1996-05-06 | Integrate local changes to CVS; remove files no longer part of the CVS | Thorsten Lockert | |
distribution | |||
1996-05-06 | Files missed by previous import | Thorsten Lockert | |
1996-05-06 | New CVS release from Cyclic Software | Thorsten Lockert | |
1996-05-06 | Use MSR 0x10, not 10 to clear the Pentium instruction counter; from David | Thorsten Lockert | |
Mazieres. Dunno how this could have worked with 10... | |||
1996-05-06 | for 040, copy replacement routines over fpfault zone in trap table | Theo de Raadt | |
1996-05-06 | correct my interrupt bugs | Theo de Raadt | |
1996-05-06 | fix russian typo | Theo de Raadt | |
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-06 | use beforeinstall; includes walks the tree | Theo de Raadt | |
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 | |