summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-06Add CD9660 now that it works.Todd C. Miller
1997-04-06Use long, not int when casting pointers and storing as integers.Todd C. Miller
Now compiles on alpha w/o warnings.
1997-04-06Remove old -P flag since it doesn't do anything and make -P meanTodd C. Miller
"preserve leading /" like GNU tar (no longer use -S for this).
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-06Allow creation of archives with block sizes up to 64512 bytesTodd C. Miller
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com>
1997-04-06correct blocksize confusionTheo de Raadt
1997-04-06correct labelsector confusionTheo de Raadt
1997-04-06support cd9660 disklabel spoofing; also fix block offset confusionTheo de Raadt
1997-04-06Eradicate #include <sys/*> from machine/*.h. Prompting from Gene.briggs
1997-04-06Attempt to kludge around the fact that we can not yet get the correct MACbriggs
address for the SONIC on PB5xx series. This uses the bus_space_bad_addr function that I added earlier.
1997-04-0532bit correctionsMichael Shalayeff
1997-04-05add quirk table entry for the Ultima A6000Ckstailey
1997-04-05devboot is no longer in boot.cMichael Shalayeff
missed from last commit
1997-04-05fix NULL ptr deref in ss_set_window()kstailey
1997-04-05Fix bug introduced with "exit(0) if no files" behavior change.Todd C. Miller
1997-04-05Strip leading '/' of pathnames (only in tar mode). -S option turnsTodd C. Miller
this off like GNU tar.
1997-04-05settimeofday(2) restruction moved to secure level 2.Todd C. Miller
1997-04-05correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb ↵Theo de Raadt
gang. Other ports need fixing still
1997-04-05rdroot entry for ramdisk kernel.Michael Shalayeff
import from hp300 port
1997-04-05new exec stuffMichael Shalayeff
1997-04-05do not up wiring count for page tables (especially those actuallyflipk
owned by the kernel pmap). Chuck Cranor (chuck@maria.wustl.edu) and Theo.
1997-04-05Use in_addr_t not u_long and use in_port_t in some cases insteadTodd C. Miller
of u_short or u_int16_t.
1997-04-05Use in_addr_t not u_long.Todd C. Miller
1997-04-05removed conditional codekstailey
1997-04-05sendsig and sys_sigreturn are in m68k area nowkstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05fpu_type -> fputypekstailey
1997-04-05if TERM=dumb disable progress and editing for emacs ange-ftpkstailey
1997-04-05put gdt & idt in the separate file.Michael Shalayeff
print trapno in dump_regs. no more NO_IDTR.
1997-04-05Implement a bus_space_bad_addr() function to aid in some device probing withbriggs
the bus_space universe.
1997-04-05Move the PB140/145 info to it's own case. A couple of the entry pointsbriggs
are different from other cases.
1997-04-05MRG-based ADB support for the PowerBook series. Contributed bybriggs
hamada@next.etron.kanazawa-it.ac.jp (Takashi Hamada)
1997-04-05Document that negative offsets will cause EINVAL as well.Thorsten Lockert
1997-04-05Check for overflow; from FreeBSDThorsten Lockert
1997-04-05Patch from BSDI (via Keith Bostic, via NetBSD):Thorsten Lockert
>NFS doesn't support chflags; ignore errors unless there's reason >to believe we're losing bits. (Note, this still won't be right >if the server supports flags and we were trying to *remove* flags >on a file that we copied, i.e., that we didn't create.)
1997-04-05so strlen.c compiles again...Todd C. Miller
1997-04-05From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: VariousThorsten Lockert
typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings.
1997-04-05Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE).Todd C. Miller
Now gdb will link.
1997-04-04RLIMIT_NPROC; mike.long@analog.comTheo de Raadt
1997-04-04clarifyTheo de Raadt
1997-04-04init allocated memory.Michael Shalayeff
1997-04-04Improvements based on commets by George Robbins <grr@shandakor.tharsis.com>Todd C. Miller
- ``tar cf'' will now just exit instead of waiting for a file list on stdin. The old behavior should be re-enabled with an option. - Better wording in tar man page for -o and -w
1997-04-04with small quantities of beer and pizza i produce fewer bugs. really.Theo de Raadt
1997-04-04if the user changes an option, spit out a warning telling them they needTheo de Raadt
to make clean. i expect i will get compliments for this change, but i'd really rather receive beer and pizza.
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-04-04check MID field like strip(1) does; PR#149, mickey; fix by meTheo de Raadt
1997-04-04sort & add a fewTheo de Raadt
1997-04-04describe 2nd utmp record better; gwing@primenet.com.auTheo de Raadt
1997-04-04Nuke.Tobias Weingartner