openbsd
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...
1997-04-04 deraadtwe are a 4.4bsd-style system; correct pathnames
1997-04-04 deraadtadd STRIPDISC line; kleink@netbsd.org
1997-04-04 deraadts/STRIPIPDISC/STRIPDISC/; kleink@netbsd.org
1997-04-03 deraadtpretty
1997-04-03 geneAvoid confusion on running /etc/daily on daylight-savin...
1997-04-03 mickeyfix my last fix. warnx, not warn!
1997-04-03 mickeymore about Gogol (;
1997-04-03 kstaileytabify
1997-04-03 kstaileytake 2
1997-04-03 kstaileymake it match what is in magdir/magic
1997-04-03 kstailey>Number: 3412
1997-04-03 briggsQuote CC in args to make
1997-04-03 downsjhokchar -> _hokchar, and make it non-static. Use it...
1997-04-03 deraadtanother lookup[] loop accident
1997-04-03 downsjFull implementation of lookups support, plus some bug...
1997-04-03 deraadtan -> a; soil@quick.net
1997-04-03 impFrom FreeBSD 1.7 by markm. The log message:
1997-04-03 downsjBUGS section no longer applies, the new resolver implem...
1997-04-03 deraadtuse MATCH()
1997-04-03 deraadtif dns lookup fails, still honour _res.lookups[]
1997-04-03 deraadtensure host_addr[] remains nicely aligned; pr#145,...
1997-04-03 millert10 X's for mktemp() and mkstemp().
1997-04-03 briggsPR#141 from David Leonard <d@occult.fnarg.net.au> with...
1997-04-03 kstaileya start a making getnetbyaddr() respect "lookup" keywor...
1997-04-03 kstaileyadd htonl()
1997-04-03 michaelsper wishes of deraadt add ufs to default fs's to search.
1997-04-03 michaelsremove corrupted original tag
1997-04-02 kstaileyUse new makeinfo -P dir option to prepend gcc/f to...
1997-04-02 kstaileyAdd "-P dir" option to prepend a dir to the include...
1997-04-02 niklasBetter implementation of buf_space_*_raw_multi_* that...
1997-04-02 niklasFix end boundary of mapping for regions ending at offse...
1997-04-02 niklasRestructured, as well as added a set of host-to-little...
1997-04-02 deraadtuse FDPART(), limit drives to 2 to avoid dev_t problems...
1997-04-02 deraadtwarn about MAXPARTITIONS != 16, grr@shandakor.tharsis.com
1997-04-02 deraadtdoc /etc/yp/DOMAINNAME server list file better
1997-04-02 millertopt_add() needs to make a copy of the input string...
next