summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add workaround for embedded NICs, in particular, the 815E boards.jlemon2001-05-172-17/+44
* Replace references to the KERNEL variable with KERNCONF.jhb2001-05-171-4/+4
* During the code to pick a process to kill when memory is exhausted, keepjhb2001-05-171-3/+18
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* - Remove the global ithread_list_lock spin lock in favor of per-ithreadjhb2001-05-172-37/+34
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.jhb2001-05-175-19/+15
* Use NHWI instead of APIC_IMEN_BITS.jhb2001-05-171-1/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-172-8/+6
* Primary purpose of this commit is to enable support for the Aviatordmlb2001-05-174-300/+715
* Disable the wi driver locking for now. The driver tries to tsleep with thejhb2001-05-171-2/+2
* o Modify access control checks in p_candebug() such that the policy is asrwatson2001-05-171-3/+3
* Add a couple more codes for upcoming raylink driver additions.dmlb2001-05-171-9/+70
* Add an entry for RAYLINK pccard using the ray driver.dmlb2001-05-171-0/+6
* Cleanupalfred2001-05-171-54/+50
* Fix typo: s/maestro3_load/snd_maestro3_load/ (pointed out bybmah2001-05-178-5/+29
* initialize pipe pointersalfred2001-05-171-0/+1
* pipe_create has to zero out the select record earlier to avoidalfred2001-05-171-1/+1
* Cosmetics to rev.1.89: removed argument names in a function prototype.ru2001-05-171-1/+1
* Describe all current net.inet.tcp MIB variables.ru2001-05-171-3/+61
* Make the PAM user-override actually override the correect thing.nsayer2001-05-172-6/+6
* Allow ``ip4'' as an ``upperspec'' value, and update the manbrian2001-05-174-0/+8
* Fix an off-by-hour bug when crossing Daylight Saving Time boundary.ru2001-05-171-0/+3
* Suppress compiler warning by adding a type cast.ru2001-05-171-4/+2
* Backed out rev.1.8. Rev.1.8 was just to support a bogus unused includebde2001-05-171-2/+1
OpenPOWER on IntegriCloud