openbsd
1997-04-08 briggsSome patches from Bob Nestor <rnestor@metronet.com...
1997-04-08 geneFrom scottr@netbsd.org:
1997-04-08 millertObseleted by new which(1) that acts like whereis(1...
1997-04-08 millertwhereis is now linked to which
1997-04-08 millertwhich(1) and whereis(1) are now the same program (hard...
1997-04-08 michaelsuse a different, smaller font.
1997-04-08 geneRewrite to make dma more stable from scottr@netbsd
1997-04-07 deraadtuse $< instead of $? for ar. Obviously required since...
1997-04-07 reesdocument the config flags field
1997-04-07 deraadti think i got this right....
1997-04-07 millertChange a stat(2) -> lstat(2) to avoid symlink games...
1997-04-07 reescf_flags & 0x20 forces device to be found even if it...
1997-04-07 reesflush all old routes before adding new interfaces or...
1997-04-07 deraadtparanoid about MAXHOSTNAMELEN
1997-04-07 millertBack out last changes for now. They cause problems.
1997-04-07 downsjXXX Work around make(1) bug. This must be fixed.
1997-04-07 downsjBuild man pages using my bsd.man.mk extensions, ala...
1997-04-07 kstaileyturn off INSECURE, using Aperture driver now; also...
1997-04-07 briggsBleh. bus_probe has opposite return of my fn.
1997-04-07 briggsPerhaps improve reliability with some small performance...
1997-04-07 briggsDenny suggests that we make all Quadra cases the same...
1997-04-07 deraadtcd9660 & partition/block number confusion correction
1997-04-07 deraadtunconfuse partition/block sizing stuff
1997-04-07 deraadtcd has 16 partitions, plus other misc
1997-04-07 deraadtwrong place
1997-04-07 deraadtadd cd9660 spoofing and repair partition offset/block...
1997-04-07 deraadtuse libc err(); ahd@kew.com
1997-04-07 deraadtthat is right
1997-04-07 deraadtdeal with partition/block size differences
1997-04-07 millertBetter error message when lookup of getlogin() != uid
1997-04-07 millertUse MAXPARTITIONS not ``8''
1997-04-07 millert16 partitions
1997-04-07 millert#include "stand.h" not <stand.h>
1997-04-07 millertWe run OpenBSD. Also note that installboot may be...
1997-04-07 briggsAhem... bus_probe() already exists and does what bus_s...
1997-04-07 weingartFix device name.
1997-04-07 weingartReboot stuff.
1997-04-07 briggsFix m68k/153 as suggested by David Leonard <d@occult...
1997-04-07 weingartReset stuff.
1997-04-07 weingartClarifications.
1997-04-07 millertRe-run configure if Makefile.in, configure, or c-parse...
1997-04-06 downsjAdd partition type 0x12.
1997-04-06 deraadtbad dkpart(), bad dkunit(), bad bad bad
1997-04-06 millertUse a size_t as arg 4 to sysctl(3).
1997-04-06 millertUse a size_t when necesary.
1997-04-06 millert#include stdlib.h to get malloc(3) and calloc(3) defini...
1997-04-06 mickeydevboot commit
1997-04-06 mickeydevboot proto
1997-04-06 millertFix int vs. long problems
1997-04-06 millertFix mangling in assignment of np->n_net to ina.s_addr.
1997-04-06 millertCast pointer to u_long, not u_int32_t (which is too...
1997-04-06 briggsNow need sys/time.h here.
1997-04-06 deraadt16 bit uids suck
1997-04-06 deraadtcleanup using -Wall
1997-04-06 deraadtstrncpy
1997-04-06 deraadtclean -Wall
1997-04-06 deraadtissetugid() this last getenv based open
1997-04-06 millertFix improper cast (compiler warning).
1997-04-06 millertAdd CD9660 now that it works.
1997-04-06 millertUse long, not int when casting pointers and storing...
1997-04-06 millertRemove old -P flag since it doesn't do anything and...
1997-04-06 deraadtsupport cd9660 disklabel spoofing; also fix block offse...
1997-04-06 millertAllow creation of archives with block sizes up to 64512...
1997-04-06 deraadtcorrect blocksize confusion
1997-04-06 deraadtcorrect labelsector confusion
1997-04-06 deraadtsupport cd9660 disklabel spoofing; also fix block offse...
1997-04-06 briggsEradicate #include <sys/*> from machine/*.h. Prompting...
1997-04-06 briggsAttempt to kludge around the fact that we can not yet...
1997-04-05 mickey32bit corrections
1997-04-05 kstaileyadd quirk table entry for the Ultima A6000C
1997-04-05 mickeydevboot is no longer in boot.c
1997-04-05 kstaileyfix NULL ptr deref in ss_set_window()
1997-04-05 millertFix bug introduced with "exit(0) if no files" behavior...
1997-04-05 millertStrip leading '/' of pathnames (only in tar mode)....
1997-04-05 millertsettimeofday(2) restruction moved to secure level 2.
1997-04-05 deraadtcorrect DEV_BSIZE vs lp->d_secsize confusion; spotted...
1997-04-05 mickeyrdroot entry for ramdisk kernel.
1997-04-05 mickeynew exec stuff
1997-04-05 flipkdo not up wiring count for page tables (especially...
1997-04-05 millertUse in_addr_t not u_long and use in_port_t in some...
1997-04-05 millertUse in_addr_t not u_long.
1997-04-05 kstaileyremoved conditional code
1997-04-05 kstaileysendsig and sys_sigreturn are in m68k area now
1997-04-05 kstaileyfpu_type -> fputype
1997-04-05 kstaileyfpu_type -> fputype
1997-04-05 kstaileyif TERM=dumb disable progress and editing for emacs...
1997-04-05 mickeyput gdt & idt in the separate file.
1997-04-05 briggsImplement a bus_space_bad_addr() function to aid in...
1997-04-05 briggsMove the PB140/145 info to it's own case. A couple...
1997-04-05 briggsMRG-based ADB support for the PowerBook series. Contri...
1997-04-05 tholoDocument that negative offsets will cause EINVAL as...
1997-04-05 tholoCheck for overflow; from FreeBSD
1997-04-05 tholoPatch from BSDI (via Keith Bostic, via NetBSD):
1997-04-05 millertso strlen.c compiles again...
1997-04-05 tholoFrom NetBSD PR/3405: Krister Walfridsson <cato@ulysses...
1997-04-05 millertFix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not...
1997-04-04 deraadtRLIMIT_NPROC; mike.long@analog.com
1997-04-04 deraadtclarify
1997-04-04 mickeyinit allocated memory.
1997-04-04 millertImprovements based on commets by George Robbins <grr...
next