Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-20 | Fix 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-20 | From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>: | Thorsten Lockert | |
fwopen() argument type mis-described | |||
1996-09-20 | Bug fix from Kenneth Stailey <kstailey@dol-esa.gov>, PR#20. | Jason Downs | |
1996-09-19 | reboot stuff + cleanup | Per Fogelstrom | |
1996-09-19 | From 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-19 | KLUDGE: make the bounce buffers work on rPC44 as well as the Tyne. | imp | |
1996-09-19 | Take care of a bug in earlier versions of the R4600 chip. | Per Fogelstrom | |
1996-09-19 | OpenBSD Makefile... | Theo de Raadt | |
1996-09-19 | bring up to 8.7.6 | fn | |
1996-09-19 | fix bastille, add german union; netbsd pr#2767; hwr@pilhuhn.de | Theo de Raadt | |
1996-09-19 | bad is long for xdr_long(); from cgd@netbsd | Theo de Raadt | |
1996-09-19 | no special handling in this dir | Theo de Raadt | |
1996-09-19 | handle more interfaces in -a mode | Theo de Raadt | |
1996-09-19 | reduced the number of command availibe to users who are not logged | bitblt | |
in, fixed a memory leak in RNFR | |||
1996-09-19 | bye | Theo de Raadt | |
1996-09-19 | Deskstation rPC44 tweaks | imp | |
1996-09-18 | do not use chgrp | Theo de Raadt | |
1996-09-18 | block info gathering attack; netbsd pr#2768; daw@panix.com | Theo de Raadt | |
1996-09-18 | Correct last arg handling of the *_raw_multi_* macros | Niklas Hallqvist | |
1996-09-18 | correct dkcksum return type. | Michael Shalayeff | |
1996-09-18 | we need this. | Michael Shalayeff | |
1996-09-18 | retry much quicker during vm_pageout_cluster(); from dyson@freebsd.org | Theo de Raadt | |
1996-09-18 | remove the obsolete bus_{from,to}_host macros and add the *_raw_multi_* | Niklas Hallqvist | |
ones instead | |||
1996-09-18 | compiles now. | Michael Shalayeff | |
1996-09-18 | Create all 16 partitions. | Per Fogelstrom | |
1996-09-18 | OK, this is the dynamic loader for the MIPS. It's a hack, it's GPL'd, its | Per Fogelstrom | |
just ugly, but it works. So we stick with it right now... | |||
1996-09-18 | new routed replaces rdisc | Theo 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-18 | tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1996-09-18 | send_ether no free; sent fix to darren | Theo de Raadt | |
1996-09-18 | NetBSD PR#2761 (wrong fmovem emulation) from Takeshi Nakayama | briggs | |
(takeshi@sakabe.nuie.nagoya-u.ac.jp). Untested by me, but it looks correct against the FP User's manual. | |||
1996-09-17 | uncleansed buffer; from mudge@l0pht.com | Theo de Raadt | |
1996-09-17 | realpath fix, do not dump; pr#2765, david@mono.org | Theo de Raadt | |
1996-09-17 | This driver and some other ether drivers violates the alignment of | Per 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-17 | BusLogic BT445C driver for DeskStation's | Per Fogelstrom | |
1996-09-17 | New .h files requiered for elf stuff | Per Fogelstrom | |
1996-09-17 | support standalone. | Michael Shalayeff | |
1996-09-17 | nvi 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-17 | support boot. | Michael Shalayeff | |
1996-09-17 | use sh to run scripts; from graichen | Theo de Raadt | |
1996-09-17 | split off distribution-etc-root-var target, which is useful; from graichen | Theo de Raadt | |
1996-09-16 | use memset/memmove | Theo de Raadt | |
1996-09-16 | toor is gone; thanks bibtlt | Theo de Raadt | |
1996-09-16 | uid_t is now a u_int32_t, treat it as such. | Todd C. Miller | |
1996-09-16 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-16 | umask != file mode | Todd C. Miller | |
1996-09-16 | /tmp// -> /tmp | Todd C. Miller | |
1996-09-16 | /tmp// -> /tmp/ | Todd C. Miller | |
1996-09-16 | /tmp//_shXXXXXX -> /tmp/_shXXXXXX | Todd C. Miller | |
1996-09-16 | note in bugs that disklabels are not supported. | Michael Shalayeff | |
from netbsd-pr kern/2759 <jonathan@DSG.Stanford.EDU> |