summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-20Fix NetBSD PR 2750 by der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
Clarify description of seek function and that the seek function accepts an fpos_t argument and not an off_t argument.
1996-09-20From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:Thorsten Lockert
fwopen() argument type mis-described
1996-09-20Bug fix from Kenneth Stailey <kstailey@dol-esa.gov>, PR#20.Jason Downs
1996-09-19reboot stuff + cleanupPer Fogelstrom
1996-09-19From FreeBSD:Thorsten Lockert
> Fix a very rare error condition: The code to free VM back to the kernel > as done after a quasi-recursive call to free() had modified what we > thought we knew about the last chunk of pages. > This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, > then make would coredump in the lpd directory.
1996-09-19KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne.imp
1996-09-19Take care of a bug in earlier versions of the R4600 chip.Per Fogelstrom
1996-09-19OpenBSD Makefile...Theo de Raadt
1996-09-19bring up to 8.7.6fn
1996-09-19fix bastille, add german union; netbsd pr#2767; hwr@pilhuhn.deTheo de Raadt
1996-09-19bad is long for xdr_long(); from cgd@netbsdTheo de Raadt
1996-09-19no special handling in this dirTheo de Raadt
1996-09-19handle more interfaces in -a modeTheo de Raadt
1996-09-19reduced the number of command availibe to users who are not loggedbitblt
in, fixed a memory leak in RNFR
1996-09-19byeTheo de Raadt
1996-09-19Deskstation rPC44 tweaksimp
1996-09-18do not use chgrpTheo de Raadt
1996-09-18block info gathering attack; netbsd pr#2768; daw@panix.comTheo de Raadt
1996-09-18Correct last arg handling of the *_raw_multi_* macrosNiklas Hallqvist
1996-09-18correct dkcksum return type.Michael Shalayeff
1996-09-18we need this.Michael Shalayeff
1996-09-18retry much quicker during vm_pageout_cluster(); from dyson@freebsd.orgTheo de Raadt
1996-09-18remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_*Niklas Hallqvist
ones instead
1996-09-18compiles now.Michael Shalayeff
1996-09-18Create all 16 partitions.Per Fogelstrom
1996-09-18OK, this is the dynamic loader for the MIPS. It's a hack, it's GPL'd, itsPer Fogelstrom
just ugly, but it works. So we stick with it right now...
1996-09-18new routed replaces rdiscTheo de Raadt
1996-09-18"prs are sometimes wrong" (theo)Michael Shalayeff
fix wrong fix. "kak v zadnitsu kol, russkiy rock-n-roll" (4epHeuKuu)
1996-09-18tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-18send_ether no free; sent fix to darrenTheo de Raadt
1996-09-18NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayamabriggs
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual.
1996-09-17uncleansed buffer; from mudge@l0pht.comTheo de Raadt
1996-09-17realpath fix, do not dump; pr#2765, david@mono.orgTheo de Raadt
1996-09-17This driver and some other ether drivers violates the alignment ofPer Fogelstrom
struct ether_header by placing it's start on a non 32bit int boundary. On processor with alignment restrictions (like MIPS) this will fail badly. This is the first driver to have been fixed. The fix is to copy the ether header to a separate buffer instead of into the mbuf.
1996-09-17BusLogic BT445C driver for DeskStation'sPer Fogelstrom
1996-09-17New .h files requiered for elf stuffPer Fogelstrom
1996-09-17support standalone.Michael Shalayeff
1996-09-17nvi 1.76:michaels
+ Fix bug where ^V didn't keep input mapping from happening. + Fix a core dump bug in the R command. + Give up on licensing: no more shareware, adware, whatever. + Fix cursor positioning bug for C, S and c$ in an empty file.
1996-09-17support boot.Michael Shalayeff
1996-09-17use sh to run scripts; from graichenTheo de Raadt
1996-09-17split off distribution-etc-root-var target, which is useful; from graichenTheo de Raadt
1996-09-16use memset/memmoveTheo de Raadt
1996-09-16toor is gone; thanks bibtltTheo de Raadt
1996-09-16uid_t is now a u_int32_t, treat it as such.Todd C. Miller
1996-09-16sprintf -> snprintf paranoiaTodd C. Miller
1996-09-16umask != file modeTodd C. Miller
1996-09-16/tmp// -> /tmpTodd C. Miller
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16/tmp//_shXXXXXX -> /tmp/_shXXXXXXTodd C. Miller
1996-09-16note in bugs that disklabels are not supported.Michael Shalayeff
from netbsd-pr kern/2759 <jonathan@DSG.Stanford.EDU>