summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
2008-06-09oops. this change was missing from the previous commitRobert Nagy
2008-06-09according to miod pmap_update() is not need after pmap_extract() at all,Robert Nagy
2008-06-09Don't use u_int to store a 64-bit address. Found with help from miod@.Mark Kettenis
2008-06-09* fix the order of precedence in the divisor bits calculationConstantine A. Murenin
2008-06-09add myself to copyrightDamien Miller
2008-06-09Implement the AES XTS mode of operation for the crypto(9) framework.Damien Miller
2008-06-09Place manuals in the MD directories; from pierre.riteau@gmailTheo de Raadt
2008-06-09constify arguments in wrapper functions; the lower level functionsDamien Miller
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-09Allocate the video buffer based on the maximum frame size that's reportedRobert Nagy
2008-06-08factor out the tcp sequence number tracking from pf_test_state_tcpHenning Brauer
2008-06-08more cleanup, removed unused code. we don't do LRO/RSS yet, code canReyk Floeter
2008-06-08timeout_del() removes the triggered flag so check if the timeout triggeredClaudio Jeker
2008-06-08Now that all ports behave, remove the safety code doing cnpollc behindMiod Vallat
2008-06-08dma sync the tx ring and post new packets to the chip once per call toReyk Floeter
2008-06-08Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls.Miod Vallat
2008-06-08Change boot() logic, to match what other platforms do and avoid duplicatingMiod Vallat
2008-06-08regenYojiro Uo
2008-06-08add following devicesYojiro Uo
2008-06-08alpha/conf/RAMDISKTheo de Raadt
2008-06-08we don't support msi/msi-x, remove the codeReyk Floeter
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08The default route is 0.0.0.0/0 so it is necessary to check the mask as well.Claudio Jeker
2008-06-08use sched_is_idle() and nuke the sched_chooseproc prototype since weThordur I. Bjornsson
2008-06-08If we have reached the end of the mmap frame buffer, start over againMarcus Glocker
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter
2008-06-08Set up shutdown and powerhooks with code adapted from rt2661.Jonathan Gray
2008-06-08First minimal cleanup of routing code, kill rtrequest() it got replaced withClaudio Jeker
2008-06-08One last rtrequest() was hiding here but it could not hide from grep.Claudio Jeker
2008-06-08When adding PMTU related routes to the table inherit the priority form theClaudio Jeker
2008-06-08remove a bunch of kerberos definitionsThordur I. Bjornsson
2008-06-08Use m_freem() instead of m_free() in trunk_start() to ensure that theBrad Smith
2008-06-08syncReyk Floeter
2008-06-08null pointer check before derefHenning Brauer
2008-06-08add more 82598 10GbE device IDs, add "10GbE" in the existing entries.Reyk Floeter
2008-06-08Add a malloc type for ACPI and use it for _acpi_os_malloc and free.Artur Grabowski
2008-06-08Correct the watchdog timer by moving it out from under the condition checkBrad Smith
2008-06-08dma sync the tx ring and post new packets to the chip once per call toBrad Smith
2008-06-08don't declare foo_driver_version[] strings and turn them into defines,Reyk Floeter
2008-06-08Implement aml_str2val() ok marco@Can Erkin Acar
2008-06-08Don't spam dmesg with sppp messages, instead use log(9).Claudio Jeker
2008-06-08alloc ipq's for fragment reassembly from a pool instead of usingThordur I. Bjornsson
2008-06-08Make serial console on non-primary ports work to on i386.Mark Kettenis
2008-06-08Unmapping memory from pci_mapreg_map() on detach lets usJonathan Gray
2008-06-08Make et(4) detachable, help tracking down a problem thatJonathan Gray
2008-06-08put the PCF_FREQ codes into the clockTheo de Raadt
2008-06-08aaa_dev was being set from an uninitialized variable; ok tobyTheo de Raadt
2008-06-08unused globals and defines; ok tobyTheo de Raadt
2008-06-08simplify match function; ok tobyTheo de Raadt