summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the .S version for now. I have a version optimized for size p4,imp2007-08-091-1/+1
* Merge in the AX88178 and AX88772 register definions (along withimp2007-08-092-15/+65
* Compile ipfilter:ip_lookup.c without -Werror. The file containsmarcel2007-08-091-1/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.marcel2007-08-081-1/+2
* Ooops, we need to define TD_LOCK here.cognet2007-08-081-0/+1
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-082-18/+16
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-075-39/+5
* Remove redundant prototype.marcel2007-08-072-4/+0
* Add prototype for trap().marcel2007-08-071-0/+7
* Add cast to silent gcc warnings.cognet2007-08-071-24/+24
* Use the third argument of cpu_switch(), as done for i386/amd63, as it iscognet2007-08-071-6/+20
* Protect the creation of the device pager with the dev_pager_mtx. Lookupkib2007-08-071-12/+24
* MFP4(123687): Closing another LOR by dropping the driver lock around callsavatar2007-08-071-1/+3
* In msdosfs_read() and msdosfs_write(), don't check explicitly forbde2007-08-071-12/+21
* Do not call free() while holding vnode interlock.kib2007-08-071-27/+44
* Fix and update the comments about the effect of the read-only flag on writing.bde2007-08-071-10/+16
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+10
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+9
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Fix some style bugs (some whitespace errors only).bde2007-08-072-11/+11
* Sort includes.bde2007-08-071-10/+10
* Sort includes.bde2007-08-071-11/+11
* Sort includes.bde2007-08-071-9/+3
* Remove unused include(s).bde2007-08-071-10/+4
* Remove unused include(s).bde2007-08-074-11/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2007-08-071-0/+2
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-077-15/+0
* Over the past couple of years, there have been a number of reports relatingcsjp2007-08-062-10/+66
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-065-5/+30
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-0634-310/+56
* Clear pending interrupts before we enable external interrupts.marcel2007-08-061-5/+20
* Keep interrupts disabled while handling external interrupts.marcel2007-08-063-73/+64
* Consider a scenario in which one processor, call it Pt, is performingalc2007-08-054-18/+20
* In ia64_set_rr(), don't perform data serialization. This allowsmarcel2007-08-051-1/+1
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-057-14/+14
* Silently fix up the estimated next free cluster number from the fsinfobde2007-08-051-10/+12
* - Divorce the IOTSBs, which so far where handled via a global listmarius2007-08-057-143/+95
* o In order to reduce bug and code duplication fold handling of NICsmarius2007-08-052-69/+31
* Initialize the rl_vlanctl field of the descriptors to zero (in ordermarius2007-08-051-0/+1
* Do not acquire Giant unconditionally around the calls to the cdevswkib2007-08-051-5/+0
* - Ensure the path cost does not exceed 65535 in legacy STP mode.thompsa2007-08-042-2/+31
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-6/+6
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-3/+5
* Replace "__asm __volatile()" by equivalent support functions frommarcel2007-08-041-16/+18
* Add required data-serialization after writing to cr.itm and cr.itv.marcel2007-08-041-0/+1
* Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization.marcel2007-08-041-0/+12
* Set D_NEEDGIANT.kib2007-08-041-0/+1
* - Fix one line that erroneously crept in my last commit.jeff2007-08-041-1/+0
* - Share scheduler locks between hyper-threaded cores to protect thejeff2007-08-031-114/+200
OpenPOWER on IntegriCloud