summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove WARNS?= 6 from Makefile, since it is already in src/bin/Makefile.incssouhlal2005-01-261-1/+0
* Bump the document date.ssouhlal2005-01-261-1/+1
* Document the recent fsync(1) changes.ssouhlal2005-01-261-1/+6
* In case of error, return errno, instead of 1.ssouhlal2005-01-261-2/+3
* Catchup to the iodata renamingimp2005-01-261-1/+1
* Kill stray debugging line not fully removedimp2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theimp2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetimp2005-01-261-14/+17
* This should (finally) fix the 64-bit build. <sigh>kientzle2005-01-261-1/+1
* - Regenjeff2005-01-261-3/+3
* - Struct mount is not yet locked well enough to allowjeff2005-01-261-3/+3
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-263-38/+50
* Linkage with -lobjc requires -lpthread nowadays.jmallett2005-01-261-1/+1
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMimp2005-01-252-9/+9
* More kern_{get,set}itiver() where they belong.sobomax2005-01-252-3/+4
* Document input line length limit.tjr2005-01-254-4/+20
* Document message length limit.tjr2005-01-251-1/+3
* With recent changes to _callout_stop_safe() we can remove a hackglebius2005-01-251-6/+1
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-253-98/+91
* Add FreeBSD 4.11.maxim2005-01-251-0/+3
* Use DIGITAL2 for DEPCM cardimp2005-01-251-1/+1
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properimp2005-01-251-1/+2
* Apparently, the Intel icc compiler doesn't like it when you usewpaul2005-01-254-4/+4
* Fix some signed/unsigned mismatches.kientzle2005-01-251-12/+14
* - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way intojeff2005-01-252-2/+2
* Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-3/+4
* Introduce and use g_vfs_close().phk2005-01-2511-18/+30
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Get rid of a NULL dereference when oid is too long.ssouhlal2005-01-251-1/+2
* - Make WARNS?= 6 cleanssouhlal2005-01-252-0/+3
* - The first argument of getmode() is a void *ssouhlal2005-01-252-1/+3
* - Make WARNS?= 6 cleanssouhlal2005-01-252-2/+4
* Remove useless mode argument to open().ssouhlal2005-01-251-1/+1
* - Remove useless includesssouhlal2005-01-252-2/+1
* Mention that 'options ALQ' is required when using KTR_ALQ.ssouhlal2005-01-251-0/+5
* - Continue, in case of error.ssouhlal2005-01-252-7/+15
* - Make find(1) WARNS?= 6 cleanssouhlal2005-01-252-3/+3
* Bump __FreeBSD_version to 600007 for the recent VFS gymnastics.phk2005-01-251-1/+1
* - Make lf_print static and move its prototype into kern_lockf.cjeff2005-01-252-23/+40
* libpam is now standard.ru2005-01-251-1/+0
* MFV: Latest mdoc(7) fixes.ru2005-01-253-10/+1
* This commit was generated by cvs2svn to compensate for changes in r140801,ru2005-01-252-25/+42
|\
| * Bring in latest mdoc(7) fixes over here.ru2005-01-255-35/+43
* | Previously a read of zero bytes got handled in devfs:vop_read() but Iphk2005-01-251-0/+12
* | Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* | Remove dummy vendor id for DIGITAL now that we have the real one.phk2005-01-251-1/+0
* | Use new style declarations instead of K&R ones.delphij2005-01-251-10/+5
* | Use modern style defination for main() and move a externdelphij2005-01-252-4/+6
* | Code style tweaks: Use static and const where suitable.delphij2005-01-251-7/+6
* | The kernel specified in main() of reboot(8) will be initializeddelphij2005-01-252-5/+5
OpenPOWER on IntegriCloud