aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* There is a built-in command called "builtin"; spell its name correctlyTim J. Robbins2002-08-241-1/+1
* Use "kbytes" instead of "blocks" in messages as this is reallyJens Schweikhardt2002-08-241-2/+2
* Fix typos: s/O2Mirco/O2Micro/Marc Fonvieille2002-08-241-6/+6
* Don't show the process ID of background jobs that have terminated,Tim J. Robbins2002-08-241-1/+1
* &x is not a format stringKris Kennaway2002-08-241-1/+1
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.Alan Cox2002-08-241-0/+6
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),Marcel Moolenaar2002-08-242-4/+4
* check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-241-0/+8
* Make this compile again (libgmd now is a port, and remove someLuigi Rizzo2002-08-242-11/+34
* Mention the special pathname @__CWD__@Luigi Rizzo2002-08-241-3/+11
* Use `uint32_t' instead of `unsigned long', since the code assumes 32-bitJacques Vidrine2002-08-241-30/+29
* Add some \n's to printf()sPeter Wemm2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itPeter Wemm2002-08-241-11/+9
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andMike Barcroft2002-08-248-8/+0
* Add time_t typedef for POSIX compatibility, move an include.Mike Barcroft2002-08-241-2/+8
* style: put return types on a line by themselves.Alfred Perlstein2002-08-247-259/+518
* style:Alfred Perlstein2002-08-239-372/+737
* Put return values from functions on a line by themselves.Alfred Perlstein2002-08-231-36/+72
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inPeter Wemm2002-08-231-4/+2
* New release note: MAC (mostly a placeholder for now).Bruce A. Mah2002-08-232-6/+26
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.Marcel Moolenaar2002-08-231-1/+1
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownPeter Wemm2002-08-233-3/+3
* Make sure channel buffer start is associated with channel, otherwiseOrion Hodson2002-08-231-3/+3
* Add the complex state TDS_SUSP_SLP.Julian Elischer2002-08-231-1/+2
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-231-1/+1
* o Fix namespace issues in <sys/mman.h>.Mike Barcroft2002-08-233-25/+67
* Add Netgear GA621, uvisor(4) devices.Bruce A. Mah2002-08-232-4/+34
* New hardware list additions: mpt and pst devices.Bruce A. Mah2002-08-232-0/+42
* New release notes: mpt driver, pst driver.Bruce A. Mah2002-08-232-2/+18
* Update list of fxp(4) devices.Bruce A. Mah2002-08-232-2/+28
* New release notes: sh(1) parser changes, via8233 sound driver, ichBruce A. Mah2002-08-232-0/+34
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-238-259/+42
* Remove stddef.h from the header listScott Long2002-08-231-1/+0
* Tweak chain example to show more possibilitiesAndrey A. Chernov2002-08-231-2/+2
* Similar to bsd.subdir.mk, echo the name of the dir beforeJohan Karlsson2002-08-231-4/+8
* Add option '-W': don't log FTP sessions to wtmp.Yaroslav Tykhiy2002-08-232-5/+15
* Add a belated entry for amdpm(4).Murray Stokely2002-08-231-0/+1
* Don't re-lock the sched lock if we didn't unlock it.Julian Elischer2002-08-231-1/+1
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingMatt Jacob2002-08-231-21/+43
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.Orion Hodson2002-08-233-6/+39
* Removed unneeded include of machine/types.h (which no longer exists).Jake Burkholder2002-08-231-1/+0
* Fix warning when calling w(1) when logged in via xdm/kdm. This isSean Chittenden2002-08-231-4/+3
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryAndrey A. Chernov2002-08-233-37/+37
* We cannot use an alloc with only inputs and/or locals. The kernelMarcel Moolenaar2002-08-231-11/+16
* - Fix a mistake in my last few commits. The PDROP flag stops msleep fromJeff Roberson2002-08-232-6/+2
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.Juli Mallett2002-08-221-0/+9
* Fix a bug where large msdos partitions were not handled correctly, and fixTom Rhodes2002-08-221-1/+7
* s/sus/sys/ in the a.out kernel case.Peter Wemm2002-08-222-2/+2
* slight cleanup of single-threading code for KSE processesJulian Elischer2002-08-224-6/+53