summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Actually save the bootblock in the disk structure. Write the bootblockjake2002-10-312-2/+9
* Wrap test case in an if statement to avoid crunching a return value.gordon2002-10-311-1/+3
* Make __sF static. This can not be allowed to exist in 5.x.alfred2002-10-311-1/+1
* Add tunable "hw.eisa_slots" to allow overriding the default numberpeter2002-10-311-0/+1
* Remove bogus advertising clauses.thomas2002-10-307-29/+7
* Initialize the new salt field in the lock sector.phk2002-10-301-2/+3
* Change the kkey generation cherry-picker to use MD5.phk2002-10-303-42/+26
* amr.c,emoore2002-10-309-72/+473
* With the recent libdisk changes, alpha doesn't need (as much) special magic.phk2002-10-302-70/+0
* Untested alpha disk writer.phk2002-10-301-1/+1
* Write out 15 sectors of boot code.phk2002-10-301-0/+4
* Correct path in previous commit. libssh lives under src/secure/lib, notjhb2002-10-301-1/+1
* OK, you can use the 4.x boot loader and boot blocks to load kernels, butimp2002-10-301-9/+7
* Save and restore the interrupt Edge/Level Control Registers (ELCR)iedowse2002-10-301-5/+88
* Revision 1.136 introduced two features that may cause undefinediedowse2002-10-301-1/+14
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-3020-7001/+738
* New release notes: check_utility_compat(3), uuid(3).bmah2002-10-302-10/+34
* Fix core dumps when invoking with something like ``last -w1''.mux2002-10-301-5/+4
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-305-10/+10
* Build Objective-C runtime support library with thr-posix.c.kan2002-10-301-1/+1
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-3019-48/+48
* Document most of bsd.doc.mk variables.ru2002-10-301-4/+33
* When we appear to want a signed value from sizeof(), use ssize_t in the cast,jmallett2002-10-301-1/+1
* All uses of CD_HACK have been eliminated.ru2002-10-301-9/+0
* Fixes to get rid of CD_HACK.ru2002-10-302-5/+12
* Use __func__ and break a long line.des2002-10-301-5/+4
* Unbreak 'make release' by adding libssh to KPROGS.des2002-10-301-1/+1
* Fix a bug in fenner's _fetch_writev() patch (rev 1.36)des2002-10-301-1/+6
* Regen:sheldonh2002-10-301-136/+198
* Fixes to get rid of CD_HACK.ru2002-10-308-23/+24
* Add two additional references to the See Also section, which contain muchtjr2002-10-301-2/+16
* Oops. scr2txt is in the textproc category.murray2002-10-301-1/+1
* Man page for ATAPI/CAM.thomas2002-10-301-0/+112
* Don't need to check if SO_OOBINLINE is defined.hsu2002-10-302-26/+16
* Don't pass the return address to exception_save in register b0. Usemarcel2002-10-302-196/+158
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-302-2/+2
* Make pthread_sigmask(3) operate on the thread signal mask, not the processmini2002-10-302-2/+54
* Delete worthless comments.tjr2002-10-301-5/+1
* Use KSE to schedule threads.mini2002-10-3019-518/+1015
* Recognize the (incorrect) error code a MediaHawk server sends in reply todes2002-10-301-0/+1
* Rewrite cpu_switch(). The most notable change is the fact that we nowmarcel2002-10-307-303/+364
* Check NULL thread mailbox pointer.davidxu2002-10-302-0/+4
* Clarify my feelings towards fetch / libfetch.des2002-10-303-2/+2
* Recommit the non-broken parts of 1.34 and 1.37.des2002-10-301-6/+11
* Don't forget to set the error flag when _fetch_read() returns -1.des2002-10-301-2/+6
* Implement DCE 1.1 compliant UUID functions. Immediate use of thesemarcel2002-10-3013-0/+726
* Output .lf directives.grog2002-10-301-0/+4
* Style fixes.davidxu2002-10-302-20/+20
* Don't forget to set syscall result.davidxu2002-10-302-0/+4
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-304-4/+55
OpenPOWER on IntegriCloud