]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
[FreeBSD/FreeBSD.git] / sys /
2002-09-25 Jeff Roberson - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc.
2002-09-25 Jake BurkholderRemoved debug code.
2002-09-25 Jake BurkholderPass the function to call (trap or syscall) to tl0_trap...
2002-09-24 Jake BurkholderRearrange tl1_trap slightly, also save and restore...
2002-09-24 Paul SaabAdd some PCI id's for fxp. I've only tested 0x103B...
2002-09-24 Jake BurkholderAllocate stack space for the trapframe along with the...
2002-09-24 Matt JacobCode cleanup: use mpt_prt instead of device_printf.
2002-09-24 Brooks DavisConvert most printf()s to if_printf()s.
2002-09-24 Brooks DavisAdd a new helper function if_printf() modeled on device...
2002-09-24 Jake BurkholderSplit user trap processing out into a separate routine...
2002-09-24 Prafulla DeuskarCorrected license in the source files. It should say...
2002-09-24 Jonathan MiniBack out last commit. Linux uses the old 4.3BSD sockad...
2002-09-24 Yoshihiro TakahashiMFi386: revisions 1.127, 1.128 and 1.129.
2002-09-24 Warner LoshOLDCARD -> NEWCARD
2002-09-24 Warner LoshTwo new majors. devd and watchdog
2002-09-24 Yoshihiro TakahashiMove the com_emr register definition to sioreg.h.
2002-09-24 Yoshihiro TakahashiMerged from sys/dev/sio/sio.c revision 1.379.
2002-09-24 Yoshihiro TakahashiMFi386: revisions 1.536 and 1.538.
2002-09-24 Yoshihiro TakahashiMFi386: revision 1.419
2002-09-24 Yoshihiro TakahashiFixed to build after removing a.out suppot.
2002-09-23 Mike BarcroftAdd an NBBY define to eventually replace the one in...
2002-09-23 John BaldwinOk, make this compile for real this time. recvfrom_arg...
2002-09-23 John BaldwinUse correct variable name so that previous commit actua...
2002-09-23 Matt JacobParameterize MPT_MAX_REQUESTS based upon device type...
2002-09-23 Alfred Perlsteinuse __packed.
2002-09-23 John BaldwinNow that we only probe host-PCI bridges once, we no...
2002-09-23 John BaldwinPut verbose printf's in the PCI BIOS interrupt routing...
2002-09-23 Mike Barcrofto Move select() helper macros from <sys/types.h> to...
2002-09-23 John BaldwinUpdate the nexus driver for the addition of the legacy...
2002-09-23 John BaldwinHang apm off of the legacy device instead of the nexus.
2002-09-23 John BaldwinChange the nexus_pcib driver (eventually to be renamed...
2002-09-23 John BaldwinAdd a new legacy(4) device driver for use on machines...
2002-09-23 Julian ElischerDon't use local variable 'p' in a debug statement....
2002-09-23 Julian Elischeroops don't do dthe copy range in a new KSE. There isn...
2002-09-23 Maxim KonovalovSlightly rearrange a code in rev. 1.164:
2002-09-23 Julian ElischerRemove a bunch of stuff that is surplus now
2002-09-23 Peter WemmPIC_GOTOFF is OBE.
2002-09-23 Jeff Roberson - Include sys/ktr.h so that vnode_if.h can define...
2002-09-23 Peter Wemmuse __packed, rather than __attribute__((packed)).
2002-09-23 Peter WemmAlfred got me thinking. Provide stubs for lint, and...
2002-09-23 Alfred Perlsteinuse __packed/__aligned rather than GCC-specific __attri...
2002-09-23 Julian ElischerWhite space commit...
2002-09-23 Alfred Perlsteins/__attribute__((__packed__))/__packed/g
2002-09-23 Peter WemmI cannot win. I still managed to use #define<space...
2002-09-23 Jonathan MiniDon't use compatability syscall wrappers in emulation...
2002-09-23 Julian Elischerslightly clean up the thread_userret() and thread_consi...
2002-09-23 Peter WemmAdd a __section(x) macro as well. Use this in linker_s...
2002-09-23 Julian ElischerAdd code to create > 1 KSe per process.
2002-09-23 Peter WemmAt great personal risk, add a __packed and __aligned...
2002-09-23 Jeff Roberson - Automatically generate and insert KTR points in...
2002-09-23 Julian ElischerIndentation does not define a block.. you need breces...
2002-09-23 Matt JacobWads more cleanup...
2002-09-23 Jeff Roberson - Hold the credential of the caller and use it in...
2002-09-23 Matt JacobRecognize the single channel 2Gb card (FC919)- thanks...
2002-09-23 Matt JacobWe do not need to expose mpt_notify outside of mpt_free...
2002-09-23 Matt JacobWhen freeing a request, zero out the sequence number.
2002-09-23 Matt JacobRemove ISP_DMA_ADDR_T definition.
2002-09-23 Matt JacobAdd MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64...
2002-09-23 Peter WemmDelete a whole bunch of compatability defines that...
2002-09-23 Matt JacobRedo dma tag creation to correctly reflect the boundary...
2002-09-23 Matt JacobRe-specify the bus space creation such that if we have...
2002-09-23 Matt JacobFix buglet in A64 CTIO3 structure copy.
2002-09-23 Matt JacobRemove ISP_DMA_ADDR_T define (see ispvar.h)
2002-09-23 Matt JacobIf we have a 1240 or an ULTRA2 or better card, use...
2002-09-23 Matt JacobA SCSI_DELAY of zero is a legitimate value to have.
2002-09-23 Matt JacobNote that the large Hitachi's are also CAM_QUIRK_HILUNS
2002-09-23 Mike BarcroftBe careful not to define GCC-specific optimizations...
2002-09-23 Jeff Roberson - Correct the name in the header guards.
2002-09-22 Scott LongThe ahc driver should only have one devclass, not one...
2002-09-22 John PolstraFix a couple of longstanding typos which would have...
2002-09-22 John PolstraFollow the lead of recent changes in the 3com Linux...
2002-09-22 John PolstraSet up the BCM570x chip's DMA Read/Write Control regist...
2002-09-22 Ian DowseAttempt to fix the error reported by the alpha tinderbo...
2002-09-22 Peter GrehanInitialize fwsectors/fwheads to allow the DIOCGFWSECTOR...
2002-09-22 Don LewisFix misspellings, capitalization, and punctuation in...
2002-09-22 Poul-Henning KampMove the com_scr register address definition over with...
2002-09-22 Matthew N. DoddModify vm_map_clean() (and thus the msync(2) system...
2002-09-22 Jeff Roberson - Hook ALQ up to the build.
2002-09-22 Jeff Roberson - Add options ALQ and KTR_ALQ.
2002-09-22 Jeff Roberson - Add support for logging KTR via ALQ. This is option...
2002-09-22 Jeff Roberson - Tell witness about ALQ's spin lock.
2002-09-22 Jeff Roberson - Add an asynchronous fixed length record logging...
2002-09-22 Jake BurkholderCall trap directly for exceptional cases that need...
2002-09-22 Jake BurkholderRemoved unneeded include (missed in last revision).
2002-09-22 Jake BurkholderMoved netisr code from kern/kern_intr.c to net/netisr...
2002-09-22 Mike SilbersackRemove all DELAY(1) calls around MII operations in...
2002-09-22 Peter WemmCreate inlines for ltr(sel), lldt(sel), lidt(addr)...
2002-09-22 Alan Cox o Update some comments.
2002-09-22 Mike SilbersackFix issue where shutdown(socket, SHUT_RD) was effectively
2002-09-22 Jake BurkholderRemove unneeded opt headers.
2002-09-22 Matthew N. Dodd- Move the init of %gs and pcb_gs before user_ldt_free().
2002-09-22 Benno RiceIt's Apple GMAC, not HMAC.
2002-09-22 Jake BurkholderMoved nfs_diskless setup code from autoconf.c to nfscli...
2002-09-21 Bruce EvansWhitespace fixes (mainly for many more messes in the...
2002-09-21 Jake BurkholderUse the fields in the sysentvec and in the vm map heade...
2002-09-21 Mark MurrayRemove #ifdef'ed Giant mutex wrappers round debugging...
2002-09-21 Nicolas SouchuCleanup of amdpm(4).
2002-09-21 Mark MurrayNo functional change. Fix comments and whitespace.
2002-09-21 Robert WatsonRemove another missed trailing space.
2002-09-21 Alan Cox o Remove an initialized but unused variable from pmap_...
next