]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Implement the %lc, %ls and %[ conversions, which read sequences of wide
[FreeBSD/FreeBSD.git] / sys /
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_...
2002-09-21 Robert WatsonTrim trailing whitespace from the ends of lines.
2002-09-21 Robert WatsonContinue cleanup and sync of mac_biba and mac_mls polic...
2002-09-21 Mark MurrayWrap GNUish asm() code in #ifdef __GNUC__
2002-09-21 Mark MurrayUse a function instead of a non-portable, GCC-specific...
2002-09-21 Mark MurrayA good dose of style.9. No functional change.
2002-09-21 Robert WatsonRemove mac_biba_high_single() check for interface renam...
2002-09-21 Mark MurrayCode tidy-up. ISOfy, turn a macro into an inline for...
2002-09-21 Mark MurrayUse a function instead of embedding non-portable asm...
2002-09-21 Mark MurraySort includes.
2002-09-21 Robert WatsonAs INVARIANTS isn't supported for code that loads only...
2002-09-21 Mark MurrayProvide in inline function for the (GNUC) assembler...
2002-09-21 Mark MurrayWrap GCC-specific asm() code in #ifdef __GNUC__
2002-09-21 Maxime HenrionDon't include opt_bus.h here, it breaks stuff trying to
2002-09-21 Mark MurrayConstify to kill some warnings.
2002-09-21 Mark MurrayEverywhere else, an argument passed to a device contain...
2002-09-21 Hidetoshi ShimokawaFirewire can be built on other than i386 after sbp...
2002-09-21 Hidetoshi Shimokawadon't include bus_dma.h which doesn't need.
2002-09-21 Hidetoshi Shimokawaremove unused code.
2002-09-21 Poul-Henning KampRemove empty #if*/#endif clauses.
2002-09-21 Poul-Henning KampRemove #ifdef/#endif 3 years after the stuff they prote...
2002-09-21 Poul-Henning KampFix a 3 year old oversight: Remove the #ifdef/#endif...
2002-09-21 Alan CoxReduce namespace pollution.
2002-09-21 Garrett WollmanClaim to be 1003.1-2001. We're not quite, yet, but...
2002-09-21 Robert WatsonInsert a missing call to MAC protection check for deliv...
2002-09-20 Peter GrehanAdd missing semicolon
2002-09-20 Poul-Henning KampAssert my copyright on this file (using the default...
2002-09-20 Poul-Henning Kamp(This commit touches about 15 disk device drivers in...
2002-09-20 Matthew N. DoddRemove NVIDIA ioctl bits. They will be provided in...
2002-09-20 John BaldwinAxe unused include.
2002-09-20 Hajimu UMEMOTOmistakenly set IFF_UP by SIOCSIFPHYADDR.
2002-09-20 Poul-Henning KampThis file does not <sys/disklabel.h>
2002-09-20 Poul-Henning KampRemove unused #includes: <sys/disk.h> <sys/devicestat...
2002-09-20 Poul-Henning KampWe need neither <sys/diskslice.h> nor <sys/disklabel...
2002-09-20 Poul-Henning KampPut an XXX comment here to point somebody in the right...
next