summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Note ncurses import and ata ioctl changes.imp2001-05-191-0/+7
* Initialize cinfo structure at compile time rather than run time sinceimp2001-05-192-34/+29
* slots and next haven't been used in a while. GC them.imp2001-05-191-6/+0
* Add new 'loadavg' entry, fix overflow with meminfo.jlemon2001-05-194-16/+84
* Remove these libs that are the same .so version as the ones inobrien2001-05-191-12/+1
* Remove these libs that are the samed .so version as the ones inobrien2001-05-191-12/+1
* Now that we've moved the mecia support out of pcic.c to its ownimp2001-05-191-12/+12
* Use new kernel_sysctlbyname function. Remove private copy.jlemon2001-05-193-22/+2
* Add convenience function kernel_sysctlbyname() for kernel consumers,jlemon2001-05-192-1/+27
* Move ISA specific code into pcic_isa. This is the probe routine, theimp2001-05-193-262/+255
* It turns out that Intel's i82365sl-DF step has the same ID as the VLSIimp2001-05-192-31/+62
* remove my private assertions from tsleep.alfred2001-05-191-7/+2
* Regen syscalls that were made mpsafe via vm_mtxalfred2001-05-196-23/+23
* Update the AXP compat4x dist to the 4.3-FreeBSD libs.obrien2001-05-192-14777/+14837
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-1991-253/+1149
* Update the i386 compat4x dist to the FreeBSD 4.3 libs.obrien2001-05-192-11910/+11934
* Must be a bit less aggressive about freeing pagedep structures.mckusick2001-05-181-1/+1
* The function clnt_dg_call(), which is used for UDP RPC calls, couldiedowse2001-05-181-4/+2
* String operations could silently truncate long strings, leaving the outputgshapiro2001-05-181-8/+8
* Restore the RSA host key to /etc/ssh/ssh_host_key.obrien2001-05-188-58/+22
* I appear to be badly out of practice. Remember to flush the output streamnik2001-05-181-0/+1
* Grab headers from /usr/include.ru2001-05-182-7/+2
* Removed unneeded stuff.ru2001-05-181-12/+0
* Add sk_SKache2001-05-186-0/+106
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-1829-35/+13
* Fix bogon introduce by last commit.sos2001-05-181-1/+1
* BDECFLAGS cleanupkris2001-05-187-23/+32
* Remove GCC-ism (-Wall).ru2001-05-181-3/+0
* mdoc(7) police: Fix markup and spelling.ru2001-05-181-37/+34
* Don't leak memory when compiling text following the `a', `c' or `i' command.ru2001-05-181-1/+1
* Run network6_pass1 if ipv6_enable is YESbrian2001-05-181-0/+15
* Add scrshot to the i386 specific section. If someone can test this on thenik2001-05-181-0/+1
* By default build make(1) as a static binary. It costs only 100k of additionalsobomax2001-05-181-0/+2
* Note, previous commit wasnik2001-05-180-0/+0
* New scrshot utility, using the CONS_SCRSHOT ioctl. Usage isnik2001-05-183-0/+253
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-182-0/+28
* Currently there is no way to tell if write operation invoked viabp2001-05-182-2/+2
* Fixed typo in the description.ru2001-05-183-6/+6
* Add mbstate_t and wint_t.obrien2001-05-181-0/+10
* Missed a few things.obrien2001-05-181-3/+4
* In a word -- style(9).obrien2001-05-181-43/+51
* Sort.obrien2001-05-181-23/+24
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,obrien2001-05-182-3/+12
* Make _BSD_TIME_T_ (time_t) an `int' rather than `long'. This will helpobrien2001-05-183-3/+3
* Style changes -- revert ordering to mostly two revs ago.obrien2001-05-185-291/+293
* Use the correct FreeBSD definitions for wint_t and wchar_t.obrien2001-05-182-2/+6
* Fix typo: The awi driver doesn't support PRISM cards, it supports thebmah2001-05-183-3/+3
* Condition variable waiters are queued in descending priority order, sojasone2001-05-183-27/+6
* New release notes: digi driver, FICL 2.05, xargs(1) -J, apmd(8) nowbmah2001-05-185-5/+118
* - Use a timeout for the tsleep in scheduler() instead of having vmmeter()jhb2001-05-182-5/+22
OpenPOWER on IntegriCloud