Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1998-08-22 | Initail import of libz. | 2 | -0/+22 | ||
1998-08-22 | Initial import of installboot | 3 | -0/+446 | ||
1998-08-22 | part of a remove to get stand into shape. | 2 | -44/+0 | ||
1998-08-22 | sync | 1 | -23/+16 | ||
1998-08-22 | Writing man pages sucks. | 3 | -5/+67 | ||
Here's one for the ym driver. | |||||
1998-08-21 | Fix malloc race in the cd9660 fs. | 3 | -7/+27 | ||
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | 1 | -14/+16 | ||
1998-08-21 | Don't make symbols strings absolute in the symbol table so we can share it with /dev/ksyms | 1 | -30/+21 | ||
1998-08-21 | Fix malloc race in nfs_node.c | 1 | -3/+15 | ||
1998-08-21 | Fix malloc race on new anode get. | 4 | -11/+38 | ||
1998-08-21 | Make tabbing better. | 1 | -5/+5 | ||
1998-08-21 | malloc can block so there was a race in this code which could cause two | 1 | -4/+28 | ||
vnodes to be created for a given file. | |||||
1998-08-21 | strengthen suspicious(); jmcdonal@unf.edu | 1 | -1/+1 | ||
1998-08-21 | Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitoh | 1 | -1/+35 | ||
(note: disgusting bitfields) | |||||
1998-08-21 | correct readlink(); kleink | 1 | -10/+3 | ||
1998-08-21 | I committed the wrong version before, here is the correct one | 1 | -17/+16 | ||
1998-08-21 | Recent FreeBSD changes and a bug fix. | 2 | -60/+119 | ||
1998-08-21 | oops, remove debugging info | 1 | -3/+2 | ||
1998-08-21 | For a.out use read, not mmap, to get the string table so this works on | 1 | -12/+13 | ||
/dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok). | |||||
1998-08-21 | Changes to work with /dev/ksyms: | 1 | -33/+75 | ||
o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance). | |||||
1998-08-21 | decrypt the input _before_ checking if it is \n, not _after_. | 1 | -6/+6 | ||
1998-08-21 | mention that madvise() is not yet implemented | 1 | -1/+5 | ||
1998-08-21 | document MAP_COPY | 1 | -1/+5 | ||
1998-08-21 | support "-o field" and the interactive "o" command | 3 | -28/+228 | ||
1998-08-21 | Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edu | 1 | -2/+5 | ||
1998-08-21 | when checking for lib depends on the alpha (no shared libs) | 1 | -2/+2 | ||
check /usr/local/lib and /usr/X11R6/lib in addition to the standard place | |||||
1998-08-21 | oops | 1 | -3/+3 | ||
1998-08-20 | add -q flag to silent messages of the type: | 3 | -11/+27 | ||
missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link | |||||
1998-08-20 | avoid double fault during early boot; rvb | 1 | -1/+3 | ||
1998-08-20 | clear IMAXBEL bit; msaitoh | 1 | -2/+2 | ||
1998-08-20 | typo; msaitoh | 1 | -1/+1 | ||
1998-08-20 | some pmap definitions | 1 | -90/+101 | ||