aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Sort #includes. Add rcsid. Add man page section in .Xrefs.Philippe Charnier1997-11-252-13/+15
* Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for filePhilippe Charnier1997-11-254-59/+66
* Shift a few SYSINT() calls around.Julian Elischer1997-11-257-55/+78
* Modify the return values to comply with POSIX. Previously theseAlexander Langer1997-11-2527-231/+114
* Added missing source file uthread_sigwait.c.Alexander Langer1997-11-243-3/+6
* Fixed missing #include of "opt_quota.h".Bruce Evans1997-11-242-1016/+1010
* Fixed multiple definitions of boothowto.Bruce Evans1997-11-242-4/+4
* Fixed multiple definitions of boothowto.Bruce Evans1997-11-241-5/+3
* Added a sysctl (machdep.cputime_clock) to select the clock used byBruce Evans1997-11-242-22/+110
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,Bruce Evans1997-11-243-21/+42
* Removed all traces of P_IDLEPROC. It was tested but never set.Bruce Evans1997-11-245-11/+8
* Don't #define max() to get a version that works with vm_ooffset's.Bruce Evans1997-11-241-4/+2
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenBruce Evans1997-11-243-12/+21
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersBruce Evans1997-11-242-10/+9
* Fixed some #include messes.Bruce Evans1997-11-243-21/+33
* Add Ids, from lite2.Philippe Charnier1997-11-243-3/+11
* Add usage(), rcsids.Philippe Charnier1997-11-247-16/+43
* Cosmetics in usage() and man page.Philippe Charnier1997-11-244-59/+60
* Fixed poll related problem which was exhibited by runningAmancio Hasty1997-11-241-4/+2
* Key is 8 bytes according to code, not 10 as stated in man page. Add rcsid.Philippe Charnier1997-11-242-5/+7
* Use err(3) instead of local redefinition. Add usage. -Wall cleaning.Philippe Charnier1997-11-245-93/+79
* Use .Nm ktrace instead of .Nm in SYNOPSIS section: otherwise, a newline isPhilippe Charnier1997-11-241-3/+3
* Avoid manipulating the buffer map at interrupt time by deferring bfreekvaJohn Dyson1997-11-241-5/+1
* Fix the buffer flag frobbing. Note: It is invalid to gratuitiously modifyJohn Dyson1997-11-241-2/+3
* Fix syntax error for the mount_mfs example.David E. O'Brien1997-11-241-2/+2
* Correct the return value from pthread_cond_timedwait when a timeoutAlexander Langer1997-11-233-3/+3
* Fixed an acquired dma problem with respect to sb cards only.Amancio Hasty1997-11-231-2/+2
* minor code clean up to sb_dsp.c and fix compile error with uart6850.cAmancio Hasty1997-11-232-3/+5
* Fix the help command (broken when I re-prototypedBrian Somers1997-11-231-20/+33
* Missing part of my last sb_dsp.c sb16_dsp.c commit.Amancio Hasty1997-11-231-0/+1
* Fixed spelling of EACCES.Bruce Evans1997-11-236-15/+22
* Fixed a missing conversion of retval to p_retval in disabled code.Bruce Evans1997-11-231-3/+3
* Fixed misuse of O_ACCMODE. Cosmetic.Bruce Evans1997-11-231-2/+2
* Fixed the sector size frobbing in sd_strategy() at least not toBruce Evans1997-11-231-8/+7
* Fixed duplicate definitions of M_FILE (one static).Bruce Evans1997-11-233-7/+9
* Fixed some style bugs in the poll() code.Bruce Evans1997-11-231-18/+8
* Implemented "info float" for core files.Bruce Evans1997-11-232-72/+130
* Fixed acquired dma channel problem.Amancio Hasty1997-11-232-4/+56
* update of Luigi's sound drivers...John-Mark Gurney1997-11-2316-467/+1012
* Fixed long double formats. They were mostly not implemented exceptBruce Evans1997-11-231-4/+7
* Cleanup: fix a few typos, fit ASCII output onto an 80-column terminalJames Raynard1997-11-231-16/+16
* Up the version number to 1.5.Brian Somers1997-11-221-3/+3
* Understand how to derive the names of interfacesBrian Somers1997-11-221-34/+28
* Staticized.Bruce Evans1997-11-2210-50/+50
* Unremoved prtrealloc and the declaration of ffs_clusteralloc(). TheseBruce Evans1997-11-221-1/+9
* Ifdefed a conditionally used #include.Bruce Evans1997-11-222-4/+8
* Staticized.Bruce Evans1997-11-222-6/+6
* Add Winbond W89C940 ID to the list.Mike Smith1997-11-222-2/+4
* Fixed some style and contents bugs in comments. Copied comments areBruce Evans1997-11-221-5/+5
* Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case ofBruce Evans1997-11-222-6/+8