aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add two additional references to the See Also section, which contain muchTim J. Robbins2002-10-301-2/+16
* Oops. scr2txt is in the textproc category.Murray Stokely2002-10-301-1/+1
* Man page for ATAPI/CAM.Thomas Quinot2002-10-301-0/+112
* Don't need to check if SO_OOBINLINE is defined.Jeffrey Hsu2002-10-302-26/+16
* Don't pass the return address to exception_save in register b0. UseMarcel Moolenaar2002-10-302-196/+158
* Use "deprecated" instead of "depreciated" where appropriate.Sheldon Hearn2002-10-302-2/+2
* Make pthread_sigmask(3) operate on the thread signal mask, not the processJonathan Mini2002-10-302-2/+54
* Delete worthless comments.Tim J. Robbins2002-10-301-5/+1
* Use KSE to schedule threads.Jonathan Mini2002-10-3019-518/+1015
* Recognize the (incorrect) error code a MediaHawk server sends in reply toDag-Erling Smørgrav2002-10-301-0/+1
* Rewrite cpu_switch(). The most notable change is the fact that we nowMarcel Moolenaar2002-10-307-303/+364
* Check NULL thread mailbox pointer.David Xu2002-10-302-0/+4
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-303-2/+2
* Recommit the non-broken parts of 1.34 and 1.37.Dag-Erling Smørgrav2002-10-301-6/+11
* Don't forget to set the error flag when _fetch_read() returns -1.Dag-Erling Smørgrav2002-10-301-2/+6
* Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar2002-10-3013-0/+726
* Output .lf directives.Greg Lehey2002-10-301-0/+4
* Style fixes.David Xu2002-10-302-20/+20
* Don't forget to set syscall result.David Xu2002-10-302-0/+4
* Add an actual implementation of kse_thr_interrupt()David Xu2002-10-304-4/+55
* Remove extranious memory barriers, and correct the placement of a few others.Andrew Gallatin2002-10-302-22/+4
* Make the second serial port available for general use by default.Andrew Gallatin2002-10-301-1/+0
* Check for errors and zero-length transfers in the ulpt_input() inputIan Dowse2002-10-301-0/+6
* The future's bright: the future's Ballard...Tony Finch2002-10-301-0/+3
* Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specificallyWarner Losh2002-10-301-12/+38
* Try again to fix the KASSERT.Robert Watson2002-10-301-1/+1
* Fix a KASSERT bug that showed up only in the LINT build, not theRobert Watson2002-10-301-1/+1
* While an interface can be depreciated, we prefer deprecated.Robert Watson2002-10-291-1/+1
* Minor comment typo fix.Robert Watson2002-10-291-1/+1
* Update for 4.1.1a.Ollivier Robert2002-10-291-5/+9
* Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLEOllivier Robert2002-10-295-17/+55
* This commit was generated by cvs2svn to compensate for changes in r106167,Ollivier Robert2002-10-2924-2991/+0
* Merge conflicts.Ollivier Robert2002-10-293-993/+6
* This commit was generated by cvs2svn to compensate for changes in r106163,Ollivier Robert2002-10-2990-9773/+16572
|\
| * Virgin import of ntpd 4.1.1aOllivier Robert2002-10-2992-9779/+16578
* | Hook up no-op stubs for reboot, swapon, sysctl entry points.Robert Watson2002-10-292-0/+58
* | Implement Biba policy entry points for mac_check_system_swapon()Robert Watson2002-10-291-0/+59
* | Require Biba privilege to relabel a network interface.Robert Watson2002-10-291-0/+7
* | Finally get around to committing Bill Paul's FEC netgraph nodes.Julian Elischer2002-10-294-0/+1330
* | Add a missing newline to the end of a device_printf().John Baldwin2002-10-291-1/+1
* | Don't take out the rl_mtx lock in the attach routine. The only wayWarner Losh2002-10-291-19/+15
* | Getting closer to getting things right:Poul-Henning Kamp2002-10-292-4/+3
* | Remove Perl bits still lurking in BSD.local.dist. It is aAnton Berezin2002-10-291-18/+0
* | The value of IPPROTO_DIVERT has changed.Bill Fenner2002-10-291-0/+5
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.Bill Fenner2002-10-293-4/+19
* | PRINTERDEVICE can now take multiple values.Ruslan Ermilov2002-10-296-52/+68
* | Index is unique for each PRINTERDEVICE.Ruslan Ermilov2002-10-291-6/+16
* | The syscall names are string constants, so make them consts.David Malone2002-10-292-3/+3
* | Add scr2txt to the required list of doc ports for "make release". IMurray Stokely2002-10-291-0/+1
* | Use a single style for share/doc/ makefiles.Ruslan Ermilov2002-10-2934-150/+129