Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-06 | Add CD9660 now that it works. | Todd C. Miller | |
1997-04-06 | Use long, not int when casting pointers and storing as integers. | Todd C. Miller | |
Now compiles on alpha w/o warnings. | |||
1997-04-06 | Remove old -P flag since it doesn't do anything and make -P mean | Todd C. Miller | |
"preserve leading /" like GNU tar (no longer use -S for this). | |||
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt | |
1997-04-06 | Allow creation of archives with block sizes up to 64512 bytes | Todd C. Miller | |
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com> | |||
1997-04-06 | correct blocksize confusion | Theo de Raadt | |
1997-04-06 | correct labelsector confusion | Theo de Raadt | |
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt | |
1997-04-06 | Eradicate #include <sys/*> from machine/*.h. Prompting from Gene. | briggs | |
1997-04-06 | Attempt to kludge around the fact that we can not yet get the correct MAC | briggs | |
address for the SONIC on PB5xx series. This uses the bus_space_bad_addr function that I added earlier. | |||
1997-04-05 | 32bit corrections | Michael Shalayeff | |
1997-04-05 | add quirk table entry for the Ultima A6000C | kstailey | |
1997-04-05 | devboot is no longer in boot.c | Michael Shalayeff | |
missed from last commit | |||
1997-04-05 | fix NULL ptr deref in ss_set_window() | kstailey | |
1997-04-05 | Fix bug introduced with "exit(0) if no files" behavior change. | Todd C. Miller | |
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-04-05 | settimeofday(2) restruction moved to secure level 2. | Todd C. Miller | |
1997-04-05 | correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb ↵ | Theo de Raadt | |
gang. Other ports need fixing still | |||
1997-04-05 | rdroot entry for ramdisk kernel. | Michael Shalayeff | |
import from hp300 port | |||
1997-04-05 | new exec stuff | Michael Shalayeff | |
1997-04-05 | do not up wiring count for page tables (especially those actually | flipk | |
owned by the kernel pmap). Chuck Cranor (chuck@maria.wustl.edu) and Theo. | |||
1997-04-05 | Use in_addr_t not u_long and use in_port_t in some cases instead | Todd C. Miller | |
of u_short or u_int16_t. | |||
1997-04-05 | Use in_addr_t not u_long. | Todd C. Miller | |
1997-04-05 | removed conditional code | kstailey | |
1997-04-05 | sendsig and sys_sigreturn are in m68k area now | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | if TERM=dumb disable progress and editing for emacs ange-ftp | kstailey | |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff | |
print trapno in dump_regs. no more NO_IDTR. | |||
1997-04-05 | Implement a bus_space_bad_addr() function to aid in some device probing with | briggs | |
the bus_space universe. | |||
1997-04-05 | Move the PB140/145 info to it's own case. A couple of the entry points | briggs | |
are different from other cases. | |||
1997-04-05 | MRG-based ADB support for the PowerBook series. Contributed by | briggs | |
hamada@next.etron.kanazawa-it.ac.jp (Takashi Hamada) | |||
1997-04-05 | Document that negative offsets will cause EINVAL as well. | Thorsten Lockert | |
1997-04-05 | Check for overflow; from FreeBSD | Thorsten Lockert | |
1997-04-05 | Patch 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-05 | so strlen.c compiles again... | Todd C. Miller | |
1997-04-05 | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various | Thorsten Lockert | |
typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings. | |||
1997-04-05 | Fix -DNO_MMALLOC (needs to be in MMALLOC_CFLAGS not MMALLOC_DISABLE). | Todd C. Miller | |
Now gdb will link. | |||
1997-04-04 | RLIMIT_NPROC; mike.long@analog.com | Theo de Raadt | |
1997-04-04 | clarify | Theo de Raadt | |
1997-04-04 | init allocated memory. | Michael Shalayeff | |
1997-04-04 | Improvements 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-04 | with small quantities of beer and pizza i produce fewer bugs. really. | Theo de Raadt | |
1997-04-04 | if the user changes an option, spit out a warning telling them they need | Theo 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-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-04-04 | check MID field like strip(1) does; PR#149, mickey; fix by me | Theo de Raadt | |
1997-04-04 | sort & add a few | Theo de Raadt | |
1997-04-04 | describe 2nd utmp record better; gwing@primenet.com.au | Theo de Raadt | |
1997-04-04 | Nuke. | Tobias Weingartner | |