summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-03Convert the size of a memory chunk from bytes to megabytes beforeTom Cosgrove
2005-05-03repair file mmapings above 4g; found by chefren; art@ okMichael Shalayeff
2005-05-03clean up some small fallout from initial freebsd import.Hans-Joerg Hoexer
2005-05-03enable HW transmit checksum offloadBrad Smith
2005-05-03- Fix bogus asm statements; tmp1 and tmp2 need to be outputs rather than inputs.Brad Smith
2005-05-03sdstrategy() shouldn't use values in disklabel until SDEV_MEDIA_LOADEDKenneth R Westerback
2005-05-02simplify by using arc4random_bytes(), ok djm, hshoexerMarkus Friedl
2005-05-02Avoid infite loop.Mark Kettenis
2005-05-02We don't really like full stops in dmesg. ok pefo@Alexander Yurchenko
2005-05-02Add ichwdt(4): Intel 6300ESB ICH watchdog timer driver. Disabled forAlexander Yurchenko
2005-05-02obvious typo, designed to break the tree, brad, hmm?Theo de Raadt
2005-05-02Add 6300ESB watchdog timer register definitions.Alexander Yurchenko
2005-05-02quadradically -> quadratically, lots ofPedro Martelletto
2005-05-02Don't hardcode sizeof(pcireg_t) value. ok markus@Alexander Yurchenko
2005-05-02sparc64 optimized in4_cksum().Brad Smith
2005-05-02Load the symbol table to the end of data/bss, and account for it whenUwe Stuehler
2005-05-02New in{,4}_cksum that is between 1.5 and 5 times faster than theBrad Smith
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
2005-05-01since &func is aplt workaround the switch_trampoline and deref plt for the fu...Michael Shalayeff
2005-05-01Allow RAW_PART+S_IFCHR device opens to succeed even if media notKenneth R Westerback
2005-05-01Fix zaudio dependencies. ok uwe@, pascoe@.Matthieu Herrb
2005-05-01When parsing the bootpath, correctly handle ":foo" modifiers if they areMiod Vallat
2005-05-01spellingDavid Krause
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-05-01Use quality 0 instead of 1000 for CP0 timecounter likeAlexander Yurchenko
2005-05-01check for VBIOONFREELIST and VBIOONSYNCLIST in vprint(), okay marius@Pedro Martelletto
2005-05-01update the maxium sendqueue size on ifconfig up; this should fix problemsMarkus Friedl
2005-05-01Another evil hack to turn sidelining into underlining on the Zaurus console.Christopher Pascoe
2005-05-01Bring raise-only semantics to splsoft* on m68k and m88k, as done elsewhere.Miod Vallat
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-05-01RCS idBrad Smith
2005-04-30Temporary hack to (un)rotate the Zaurus console until a proper rasopsChristopher Pascoe
2005-04-30try to drain send queue if we lose link during heavy transmitBrad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30- Add missing break for SIOCSIFADDRBrad Smith
2005-04-30- Correct the if_link_state_change() logic.Brad Smith
2005-04-30Move CALL() from <machine/asm.h> to eh.S which is the only user of the macro,Miod Vallat
2005-04-30Get rid of `U' suffix for psr field values.Miod Vallat
2005-04-30Use [XNF]IP_ADDR constants rather than their numeric values.Miod Vallat
2005-04-30A simpler and better SET_PC_REGS().Miod Vallat
2005-04-30Remove m88k_psr_type and function with utterly long names to control the psr,Miod Vallat
2005-04-30Remove disabled code which would disable all interrupts rather than switchMiod Vallat
2005-04-30As on i386, ensure we save the %ebx register returned from the BIOSTom Cosgrove
2005-04-30Ensure we save the %ebx register returned from the BIOS call, not justTom Cosgrove
2005-04-30Add support for large files (> 4GB).Niall O'Higgins
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-30prettierTheo de Raadt
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30this is not GENERICTheo de Raadt