summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't pass NULL as an integer.mbr2003-10-291-1/+1
* Don't compare a char to NULL.mbr2003-10-292-3/+3
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* - Synchronize updates to nswapdev using sw_dev_mtx.alc2003-10-291-2/+2
* Add FreeBSD 4.9 and MacOS 10.3.murray2003-10-291-2/+6
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapmarcel2003-10-294-12/+4
* - Avoid a race in swaponsomething(): Calculate the new swdevt's first andalc2003-10-291-17/+14
* Introduce the notion of "persistent mbuf tags"; these are tags that staysam2003-10-294-1/+36
* This commit was generated by cvs2svn to compensate for changes in r121642,marcel2003-10-2929-572/+773
|\
| * Import beta6 of libuwx. This release has some minor fixes andmarcel2003-10-2929-572/+773
* | Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsiwasaki2003-10-294-0/+8
* | *blush*. stdhash.h != strhash.hpeter2003-10-291-1/+1
* | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-283-472/+1
* | Cleanup the interrupt code that deals with the busmaster bits.sos2003-10-281-47/+58
* | Use VLANNAME instead of "vlan".brooks2003-10-281-4/+4
* | According to the submitter, POSIX mandates that all interval timers arejhb2003-10-281-3/+2
* | When switching the RSE to use the kernel stack as backing store, keepmarcel2003-10-287-59/+59
* | This should allow us to boot with DMA enabled on unknown PCI ATAsos2003-10-282-25/+48
* | Directly call the 'reboot' word instead of indirectly evaluating it.scottl2003-10-281-1/+1
* | make sure to accept only IPv6 packet.ume2003-10-281-0/+3
* | cleanup use of m_tag.ume2003-10-285-77/+69
* | mib name was changed by fixing a spelling.ume2003-10-281-1/+1
* | speedup stream socket recv handling by tracking the tail ofsam2003-10-289-49/+371
* | Catch up with removal of /usr/bin/svr4.tjr2003-10-281-2/+2
* | take mux's fix to the next level, scan the names and make the field largerjmg2003-10-281-4/+15
* | - Only change the run queue in sched_prio() if the kse is non null. threadsjeff2003-10-281-10/+2
* | I wrongly committed an older version.simokawa2003-10-282-28/+16
* | Oops. Remove some rather noisy debug printfs that slipped in therepeter2003-10-281-9/+0
* | The previous commit removed both clause 3 and clause 4 from the UCBmarcel2003-10-272-6/+8
* | Fix pmap_unmapdev() to call pmap_kremove() instead of implementing itjhb2003-10-271-5/+2
* | Add status checking of ATA raid to the daily periodic scripts.jesper2003-10-273-0/+37
* | Directly call the 'boot' word instead of indirectly evaluating it.scottl2003-10-271-7/+7
* | When we cannot allocate an external buffer (bacause we've hitharti2003-10-271-9/+5
* | Create missing /usr/share/examples/netgraph/bluetooth directoryemax2003-10-271-0/+2
* | Add a definition for libngatm.harti2003-10-271-0/+1
* | Man pages for the NgATM SAAL protocol nodes.harti2003-10-273-0/+512
* | Allow building the NgATM SAAL layer directly into the kernel.harti2003-10-274-2/+17
* | Correct a typo.jkoshy2003-10-271-1/+1
* | - Don't set td_priority directly here, use sched_prio().jeff2003-10-271-1/+1
* | M_DONTWAIT was passed into malloc().ume2003-10-271-2/+2
* | Fix truss so that it doesn't abort/exit when a syscall has been givenmarcel2003-10-271-0/+5
* | - Use a better algorithm in sched_pctcpu_update()jeff2003-10-271-56/+50
* | const char ** needs to be passed, not char **.imp2003-10-271-1/+1
* | Call the VESA reset BIOS vector on the resume path. This may help displaysnjl2003-10-271-0/+9
* | In camperiphdone(), make sure we check for fatal errors and bail outken2003-10-272-16/+17
* | - Complete the synchronization of accesses to the swblock hash table.alc2003-10-271-0/+3
* | Add support for userland to access I/O port space. This is primarilymarcel2003-10-272-40/+83
OpenPOWER on IntegriCloud