Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-08-22 | fixed bugargs and lots of stuff regaurding netboot. | Steve Murphree | |
1998-08-22 | Revoke gid (!) and minor tidying | Paul Janzen | |
1998-08-22 | grammar | Paul Janzen | |
1998-08-22 | IUPAC names to element 109 and 1995 CRC atomic weights | Paul Janzen | |
1998-08-22 | Major cleanup of stand directory. | Steve Murphree | |
1998-08-22 | More largely NetBSD-inspired code cleanup | Paul Janzen | |
1998-08-22 | Forgot this one. :-) | Steve Murphree | |
1998-08-22 | Fixed command line args. VID Volume ID is now M88K. | Steve Murphree | |
1998-08-22 | Fixed display error. | Steve Murphree | |
1998-08-22 | working netboot. | Steve Murphree | |
1998-08-22 | Initial import of bootxx. | Steve Murphree | |
1998-08-22 | New libsa. | Steve Murphree | |
1998-08-22 | New libsa. | Steve Murphree | |
1998-08-22 | fix usage | Michael Shalayeff | |
1998-08-22 | new libbug. | Steve Murphree | |
1998-08-22 | Part of remove to clean stand. | Steve Murphree | |
1998-08-22 | Part of remove to clean stand. | Steve Murphree | |
1998-08-22 | Adding conf.c. Omitted last commit. | Steve Murphree | |
1998-08-22 | Changed bootsd to work with bootxx bootblocks. | Steve Murphree | |
1998-08-22 | doc UA faulting code | Theo de Raadt | |
1998-08-22 | Part of remove to clean stand. | Steve Murphree | |
1998-08-22 | Part of remove to clean up stand. | Steve Murphree | |
1998-08-22 | Part of remove to clean stand. | Steve Murphree | |
1998-08-22 | Part of remove to clean up stand. | Steve Murphree | |
1998-08-22 | Initail import of libz. | Steve Murphree | |
1998-08-22 | Initial import of installboot | Steve Murphree | |
1998-08-22 | part of a remove to get stand into shape. | Steve Murphree | |
1998-08-22 | sync | ryker | |
1998-08-22 | Writing man pages sucks. | Constantine Sapuntzakis | |
Here's one for the ym driver. | |||
1998-08-21 | Fix malloc race in the cd9660 fs. | Constantine Sapuntzakis | |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | Theo de Raadt | |
1998-08-21 | Don't make symbols strings absolute in the symbol table so we can share it ↵ | Todd C. Miller | |
with /dev/ksyms | |||
1998-08-21 | Fix malloc race in nfs_node.c | Constantine Sapuntzakis | |
1998-08-21 | Fix malloc race on new anode get. | Constantine Sapuntzakis | |
1998-08-21 | Make tabbing better. | Constantine Sapuntzakis | |
1998-08-21 | malloc can block so there was a race in this code which could cause two | Constantine Sapuntzakis | |
vnodes to be created for a given file. | |||
1998-08-21 | strengthen suspicious(); jmcdonal@unf.edu | Theo de Raadt | |
1998-08-21 | Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitoh | Theo de Raadt | |
(note: disgusting bitfields) | |||
1998-08-21 | correct readlink(); kleink | Theo de Raadt | |
1998-08-21 | I committed the wrong version before, here is the correct one | Todd C. Miller | |
1998-08-21 | Recent FreeBSD changes and a bug fix. | Jason Downs | |
1998-08-21 | oops, remove debugging info | Todd C. Miller | |
1998-08-21 | For a.out use read, not mmap, to get the string table so this works on | Todd C. Miller | |
/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: | Todd C. Miller | |
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_. | Artur Grabowski | |
1998-08-21 | mention that madvise() is not yet implemented | Todd C. Miller | |
1998-08-21 | document MAP_COPY | Todd C. Miller | |
1998-08-21 | support "-o field" and the interactive "o" command | kstailey | |
1998-08-21 | Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edu | Todd C. Miller | |
1998-08-21 | when checking for lib depends on the alpha (no shared libs) | Marco S Hyman | |
check /usr/local/lib and /usr/X11R6/lib in addition to the standard place |