summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-15fix some printf'sBrad Smith
2004-06-15avoid creating multiple multicast filter entry for the same group.Jun-ichiro itojun Hagino
2004-06-14Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS,Cedric Berger
2004-06-14Added some codes that check if the machine is LUNA-88K or LUNA-88K2Kenji Aoyama
2004-06-14Calculate optp (pointer to beginning of TCP options) based on th, notDaniel Hartmeier
2004-06-14spellingRyan Thomas McBride
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-14de-__PTheo de Raadt
2004-06-14knock out some useless crudTheo de Raadt
2004-06-13regenNiklas Hallqvist
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-13regenMichael Shalayeff
2004-06-13support iriver ifp-1xx thingiesMichael Shalayeff
2004-06-13cy_attach improvements; ok artPeter Valchev
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
2004-06-12fix ncpu vs ncpus glitch, spotted by Sven DehmlowTheo de Raadt
2004-06-12support IPV6_USE_MIN_MTU, to make BIND9 better.Jun-ichiro itojun Hagino
2004-06-12support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by AnilJun-ichiro itojun Hagino
2004-06-12Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.hKenneth R Westerback
2004-06-11back out tree breakage. Like, come onTheo de Raadt
2004-06-11vm->vm_minsaddr was uninitialized (nothing realy uses it anyway)Michael Shalayeff
2004-06-11better name for power thread (for power users only)Michael Shalayeff
2004-06-11support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameJun-ichiro itojun Hagino
2004-06-11Eliminate a dereference after pool_put when an inactive/no-longer referencedRyan Thomas McBride
2004-06-11export cpuid via kproc2, and make ps & top awareTheo de Raadt
2004-06-10Generate SIGTRAP for breakpoint instructions.Mark Kettenis
2004-06-10From FreeBSD (via rees@umich.edu and nate)Peter Valchev
2004-06-10zero the cif struct correctly.Ryan Thomas McBride
2004-06-10Plug a memory leak in carp_clone_destroy()Ryan Thomas McBride
2004-06-10Fix a logic error in sglist creation.Miod Vallat
2004-06-10rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reservedDaniel Hartmeier
2004-06-09Among other tricky (or nice, depending upon your involvment) features,Miod Vallat
2004-06-09in theory, vnlock should alays be NULL in the generic lock (sic) functions.Ted Unangst
2004-06-09Merge in a piece of the SMP branch into HEAD.Artur Grabowski
2004-06-09rename POOLPAGE macros to pmap_map_directTed Unangst
2004-06-09pull in KNF from SMPTheo de Raadt
2004-06-09we trust the calibrated pentium_mhz more, so don't overwrite it unlessTed Unangst
2004-06-09fix compilation for !I586_CPU case; ok grange@Damien Miller
2004-06-09Minor sync from the SMP branch.Artur Grabowski
2004-06-08always create a stack frame in cpu_switch() and put a stubMichael Shalayeff
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
2004-06-08factor out md5 code; ok+tests henning@, djm@, hshoexer@Markus Friedl
2004-06-08fixTheo de Raadt
2004-06-08pull up cpuid_t define from smp branch. Kill alpha specific defininitionMarco S Hyman
2004-06-08pull ncpus support from smp tree into main branch.Marco S Hyman
2004-06-08No need to update runtime in cpu_switch. It's updated in mi_switch justArtur Grabowski
2004-06-08Make umass CBI buffer handling consistant with BBB buffer handling byKenneth R Westerback
2004-06-07Correctly handle an unaligned long long parameter on stack in varargs functions;Miod Vallat
2004-06-07Make deletion of a few addresses much faster on big tables. ok claudio@Cedric Berger
2004-06-07Allow userland to issue ld.d or st.d with a long, but not long long alignedMiod Vallat