summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid code duplication and implement bitcount32() function in systm.h only.pjd2005-08-195-113/+55
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-199-17/+13
* -- storage engineer on the virtues of FC-ALwilko2005-08-191-1/+6
* Move the "yiddish cooking has killed more jews than Hitler" quote backmurray2005-08-192-3/+3
* Fix a LOR between sched_lock and sleep queue lock.davidxu2005-08-192-7/+8
* Update man page to reflect the fact that VOP_LISTEXTATTRrodrigc2005-08-191-5/+7
* Move up code for testing KEF_HOLD to avoid ke_cpu being changed unexpectlydavidxu2005-08-191-8/+8
* Sync code with the error report: calloc(number, 1) is equivalent topjd2005-08-191-1/+1
* Remove parameter names, the identifiers were in the user namespace.stefanf2005-08-191-5/+3
* Correct a performance bug in revision 1.462. The effect of the bug is toalc2005-08-191-14/+7
* Forced commit to note that the preceeding commit also makes it possiblecperciva2005-08-190-0/+0
* Pad the strings sccs[], version[], and osrelease[] up to a minimum ofcperciva2005-08-191-3/+10
* Correct typos found by ispell.murray2005-08-192-2/+2
* Add missing braces around bpf_filter which were missed when Icsjp2005-08-181-2/+4
* Add a new switch -h for interface stats mode, which prints all interfaceglebius2005-08-184-10/+29
* Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.thompsa2005-08-182-8/+9
* Refer to the OpenBSD dhclient instead of the ISC dhclient.brooks2005-08-181-3/+7
* Various fixups to locking:jhb2005-08-182-49/+33
* Be more specific about supported chipsets.joel2005-08-183-6/+48
* Fixup locking and mark MPSAFE:jhb2005-08-182-140/+154
* New release notes: snd_t4dwave(4) manual page added.joel2005-08-182-2/+6
* This commit was generated by cvs2svn to compensate for changes in r149245,dougb2005-08-181-2/+4
|\
| * Update the vendor branch with a patch to this file that wasdougb2005-08-181-2/+4
| * Remove files from the vendor branch that were [re]moved in 9.3.1dougb2005-03-1726-16519/+0
* | When we started calling if_findindex() from if_alloc() with an emptybrooks2005-08-181-56/+16
* | (forced)sobomax2005-08-180-0/+0
* | Fixup locking for sf(4) and mark MPSAFE:jhb2005-08-184-106/+166
* | - don't forget to save freqency when priority is raised.ume2005-08-181-3/+2
* | don't forget to update curr_priority. even when frequency isume2005-08-181-0/+1
* | Change the modem description of the previous commit to something that iskeramida2005-08-181-2/+1
* | Define the target for opt_compat.h only if KERNBUILDDIRyar2005-08-181-0/+5
* | Add aliases for atomic operations on 64-bit integers just like otherjhb2005-08-181-0/+20
* | In re_shutdown() mark interface as down since otherwise we will panic ifsobomax2005-08-181-0/+7
* | Don't break local style.yar2005-08-181-1/+2
* | Add ELSA MicroLink 56k USB to the list of supported umodem devices.keramida2005-08-181-0/+3
* | For the record: Previous commit fixes...pjd2005-08-180-0/+0
* | Fix bogus check. It was possible to panic the kernel by giving 0 length.pjd2005-08-181-2/+4
* | Use larger buffers to read lines from the vendor list.des2005-08-181-3/+16
* | added a missing unlock (just do the same thing as in netinet/raw_ip.c)suz2005-08-181-0/+1
* | Whitespace cleanup.des2005-08-181-13/+13
* | In order to support CARP interfaces kernel was taught to handle moreglebius2005-08-181-2/+12
* | While revision 1.26 fixed the code to really subtract 3600 due tostefanf2005-08-181-3/+1
* | Add a "comconsole_speed" loader variable that can be used to changeiedowse2005-08-184-11/+136
* | Add the ability to specify the boot2 serial console speed iniedowse2005-08-185-36/+81
* | Add VIA/ACE "PadLock" support as a crypto(9) driver.pjd2005-08-184-0/+519
* | Rename variables:rodrigc2005-08-181-12/+13
* | Document umask's -S option.stefanf2005-08-171-3/+8
* | Remove an unnecessicary bzero that was zeroing the softc's struct ifnetbrooks2005-08-171-1/+0
* | Typo: s/adverisement/advertisement/.keramida2005-08-171-1/+1
* | - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-172-38/+16
OpenPOWER on IntegriCloud