summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Avoid using __aligned(16). Instead define the jmp_buf in terms ofmarcel2003-07-261-9/+11
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-2628-42/+43
* Unbreak ia64 builds now -Werror is enabled again. Avoid obsoletemarcel2003-07-261-6/+6
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-263-0/+6
* Gulp ... call kmem_malloc() without Giant.alc2003-07-261-7/+1
* Fix some recently introduced warnings. 'Declaration does not declarepeter2003-07-261-2/+2
* Turn -Werror back on again. I've tested with/withoutpeter2003-07-261-1/+1
* Change the inline limit switch to something that exists in gcc-3.2.peter2003-07-262-4/+4
* Revise and improve ntfs_subr.c 1.30: read only a single cluster at a timetjr2003-07-262-17/+28
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-2/+1
* revision 1.51 of vm/uma_core.c modified uma_large_malloc() to acquirealc2003-07-251-6/+0
* Use __FBSDID().obrien2003-07-2539-78/+127
* Use __FBSDID().obrien2003-07-253-6/+10
* Add support for the M_ZERO flag to contigmalloc().mux2003-07-251-1/+5
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
* MFi386 revision 1.416alc2003-07-253-21/+30
* Discussions on src-committers with alfred and bde pointed out thatgad2003-07-251-6/+8
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Backed out the micro-optimization in 1.4. It was to help gcc-2.6.3bde2003-07-251-6/+1
* Print the offending SPANS message only if printing is enabled.harti2003-07-251-1/+2
* o Do not overwrite saved interrupt priority level by alloc_hash(),maxim2003-07-251-6/+8
* Add support for VBR and CBR PVCs for IP over ATM.harti2003-07-255-6/+205
* Remove __aligned(16) from the definition of struct _ia64_fpreg. It'smarcel2003-07-252-132/+133
* Remove INVARIANT* and WITNESS. This makes the simulator much moremarcel2003-07-251-3/+0
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).harti2003-07-251-1/+1
* Hand the packet to bpf not only in the LLC/SNAP case, but for allharti2003-07-252-13/+13
* Make the debugging variable that controls printing of UNI messagesharti2003-07-255-15/+29
* Move ia64_pa_access() from machdep.c to mem.c and declare it static.marcel2003-07-252-6/+6
* Align upcall stack top to odd times of 8. GCC accounts return addressdavidxu2003-07-251-0/+1
* Disable the single-step trap on a debug related trap, including ofmarcel2003-07-251-0/+2
* The POSIX spec also requires that kern_sigtimedwait returnmtm2003-07-241-1/+1
* Make the debugging variable that controls dumping of IP over ATM packetsharti2003-07-244-10/+19
* Create a sysctl that allows to enable/disable printing of SPANS messages.harti2003-07-243-17/+15
* Free the UNI vcc to the same zone from where it was allocated from.harti2003-07-242-3/+3
* Now that we have if_detach() don't try to get rid of all the interfaceharti2003-07-241-95/+5
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedharti2003-07-243-3/+31
* Constify the arguments to several pdu_print functions.harti2003-07-249-33/+18
* Implement cpu_set_upcall and cpu_set_upcall_kse.davidxu2003-07-241-0/+68
* Set fault address to si_addr.davidxu2003-07-241-0/+3
* Add BPF support to HARP network interfaces. This allows one to seeharti2003-07-243-0/+37
* Implement casuptr().marcel2003-07-242-7/+29
* In get_mcontext() and set_mcontext() save and restore the currentmarcel2003-07-241-3/+15
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both aremarcel2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointermarcel2003-07-241-1/+2
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-243-4/+5
* Make the breakpoint instruction trap gate available to users.peter2003-07-231-1/+1
* Set the %gs base to pcb_gsbase, not pcb_fsbase. Oops.peter2003-07-231-1/+1
* Turn -Werror back off again. Leaving out the invariants options causespeter2003-07-231-1/+1
OpenPOWER on IntegriCloud