openbsd
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...
1997-04-04 deraadtwith small quantities of beer and pizza i produce fewer...
1997-04-04 deraadtif the user changes an option, spit out a warning telli...
1997-04-04 deraadtwhen mktemp() is hard to fix, use 10 X
1997-04-04 deraadtcheck MID field like strip(1) does; PR#149, mickey...
1997-04-04 deraadtsort & add a few
1997-04-04 deraadtdescribe 2nd utmp record better; gwing@primenet.com.au
1997-04-04 weingartNuke.
1997-04-04 weingartReplace exec_i386.S with these two files. Startprog...
1997-04-04 deraadtdo not whack pid file if run -d; hwr@pilhuhn.de
1997-04-04 millert#include <string.h> since we use string functions...
1997-04-04 deraadtseek(2) is not needed
1997-04-04 mickeyfixed bcopy/memcpy conflict by using private mem* routines.
1997-04-04 mickeyadd 'machine check' trap for Pentium and PPro cpus.
1997-04-04 kstaileyremove copy.s as it is in M.I. m68k files now
1997-04-04 briggsDo not set DCR_SYNC for the C/Q[68]xx systems.
1997-04-04 graichenchanges required to get gcc with the new g77 0.5.20...
1997-04-04 graichensync g77 to version 0.5.20 - i hope i got everything...
1997-04-04 graichenimport of libU77 - part of sync to g77-0.5.20
1997-04-04 deraadtblow away source routed sockets
1997-04-04 deraadtdo source routing check correctly; this could use a...
1997-04-04 deraadtwtmp repairs; netbsd
1997-04-04 mickeymention mr.tarkovskey
1997-04-04 mickeydump regs w/ NMI (int 2)
1997-04-04 millertFix NTOHS and HTONS macros.
1997-04-04 millertDefine in_addr_t and in_port_t everywhere but use u_int...
next