]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Give struct bio it's own call back mechanism.
[FreeBSD/FreeBSD.git] / sys /
2000-05-01 Poul-Henning KampGive struct bio it's own call back mechanism.
2000-05-01 Peter WemmMove the MSG* and SEM* options to opt_sysvipc.h
2000-05-01 Peter WemmRegenerate (removed semconfig)
2000-05-01 Peter WemmRemove the undocumented, flawed, broken-as-designed...
2000-05-01 Peter WemmRemove undocumented broken-as-designed semconfig()...
2000-05-01 Andrey A. ChernovBack out t_timeout initializing, now in ttyregister
2000-05-01 Andrey A. ChernovMove t_timeout initializing to ttyregister
2000-05-01 Doug Rabson* Move the driver_t::refs field to kobj_t to replace...
2000-05-01 Andrey A. ChernovSince ptys are allocated dynamically, there is no needs...
2000-05-01 Andrey A. ChernovInitialize t_timeout to -1 for console to set its defau...
2000-05-01 Matthew N. DoddSplit out the ISA bus front end code into its own file...
2000-05-01 Andrey A. ChernovSet t_timeout to its default sysctl value only once...
2000-05-01 Søren SchmidtFix for the HP burners (and possibly other broken drive...
2000-05-01 Warner LoshNow that I've got reports that this works, let's turn...
2000-05-01 Matthew N. Dodd- Merge sl_probe() and ni_probe().
2000-05-01 Archie CobbsAdjust to accomodate recent changes to the rcvdata...
2000-05-01 Boris PopovReserve major device number for nsmb (SMB/CIFS protocol...
2000-04-30 Gerard RoudierPhase mismatch handling from SCRIPTS had been
2000-04-30 Poul-Henning KampRemove unneeded #include <vm/vm_zone.h>
2000-04-30 Brian FeldmanFor the M_PREPEND macro, remove an initial mbuf NULL...
2000-04-30 Brian FeldmanChange the scheduler to actually respect the PUSER...
2000-04-30 Andrey A. ChernovAdd sysctl variable to set initial drainwait timeout...
2000-04-30 Mark MurrayFix comments, whitespace to reduce diffs between this...
2000-04-30 Bruce EvansFixed the type of some ivar access functions. Ivars...
2000-04-30 Julian ElischerUpdate the man page to reflect the recent changes to...
2000-04-30 Doug RabsonInclude <sys/random.h> for rand_initialize().
2000-04-30 Yoshihiro Takahashi- Added UKBD_DFLT_KEYMAP option.
2000-04-30 Yoshihiro TakahashiClean up MAXMEM routine.
2000-04-30 Yoshihiro TakahashiFixed to support JIS7 KANJI.
2000-04-30 Yoshihiro TakahashiSync with sys/boot/i386/libi386/biosdisk.c revision...
2000-04-30 Bruce EvansRemoved a stale forward struct declaration.
2000-04-30 Bruce EvansRemoved superfluous forward declaration of struct klist...
2000-04-30 Poul-Henning KampHmm, diff/patch still doesn't like me.
2000-04-30 Bruce EvansUpdated the name of the idempotency macro to match...
2000-04-30 Jonathan LemonDefine more DOSPTYP_* constants for different filesyste...
2000-04-29 Paul SaabFall back to /pxeroot as the location of the NFS export...
2000-04-29 Jonathan LemonTeach the loader about the ext2fs filesystem, extended...
2000-04-29 Poul-Henning KampPeter and I cross-committed: this file needs sys/kernel...
2000-04-29 Warner LoshReturn 0 from attach.
2000-04-29 Poul-Henning Kamps/biowait/bufwait/g
2000-04-29 Poul-Henning KampRemove a leftover dysonism.
2000-04-29 Poul-Henning KampRemove unneeded #include <sys/kernel.h>
2000-04-29 Peter WemmAdd a missing MODULE_DEPEND() on miibus.. I was workin...
2000-04-29 Peter WemmDepend on miibus.
2000-04-29 Peter WemmProvide a tag so that miibus consumers can depend on...
2000-04-29 Peter WemmMinimal tweak to make the ng_XXX modules depend on...
2000-04-29 Peter Wemmnwfs depends on ncp
2000-04-29 Peter WemmStick a module dependency on 'splash' in the saver...
2000-04-29 Peter WemmInitial dependency so that the kld's will link. imgact...
2000-04-29 Peter WemmThe newer module dependency code exposes an apparent...
2000-04-29 Peter WemmFirst round implementation of a fine grain enhanced...
2000-04-29 Peter WemmDo not fault if curproc is null.
2000-04-29 Peter WemmDo not use uprintf() for link time error messages....
2000-04-29 Gerard RoudierThis new version adds support for early NCR chips.
2000-04-29 Peter WemmMark two functions as private.
2000-04-29 Peter WemmLOAD_ADDRESS is not used here. See conf/ldscript....
2000-04-29 Yoshihiro TakahashiFixed typo.
2000-04-28 Julian ElischerOOps forgot to check in this one...
2000-04-28 David E. O'BrienHookup /dev/[u]random on the Alpha.
2000-04-28 David E. O'BrienInitialise entropy pool.
2000-04-28 Julian ElischerTwo simple changes to the kernel internal API for netgr...
2000-04-28 Ruslan ErmilovReplace PacketAliasRedirectPptp() (which had nothing...
2000-04-28 Doug RabsonChange Elf64_Brandinfo::brand from char* to int.
2000-04-28 Doug RabsonReserve register t7 on alpha to point at per-cpu global...
2000-04-28 Kirk McKusickWhen files are given to users by root, the quota system...
2000-04-28 Warner Loshsanpai-san (sanpai@sanpai.org) suggested that we put...
2000-04-27 Archie CobbsAdd a new macro CIRCLEQ_FOREACH_REVERSE for traversing...
2000-04-27 Nick Hibmamake the example compile again.
2000-04-27 Andrey A. ChernovAdd default 5min timeout for output drain to stop hangi...
2000-04-27 Ruslan ErmilovSpell PacketAliasRedirectAddr() correctly.
2000-04-27 Ruslan ErmilovLoad Sharing using IP Network Address Translation ...
2000-04-27 Bill PaulAdd a bpfdetach() stub routine to bpf.c. Without this...
2000-04-27 Yoshihiro TakahashiAdded PC-98 supports.
2000-04-27 Yoshihiro TakahashiSupported EGC 640x400, PEGC 640x400 and PEGC 640x480...
2000-04-27 Yoshihiro Takahashimachine/random.h -> sys/random.h
2000-04-27 Yoshihiro TakahashiAdd wormio.h. The wd driver needs it.
2000-04-27 Paul SaabMake PXE do a dhcp request to find out where its files...
2000-04-27 Boris PopovCalculate checksum properly for propagated IPX/NetBIOS...
2000-04-27 Boris PopovFix support for 802.2 and SNAP frames. Bug was introduc...
2000-04-27 Paul SaabDon't report errors when we UDP_WRITE fails with a...
2000-04-26 Cameron Grantduh, i forgot to change a bitmask, sorry alexander
2000-04-26 Matthew Dillon Remove synchronizing instruction in MP unlock code...
2000-04-26 Matthew Dillon Fix #! script exec under linux emulation. If a...
2000-04-26 Poul-Henning KampDriver for DEC "Tulip" based WAN cards from LanMedia...
2000-04-26 Cameron Grantfix minor numbers for multi-channel devices
2000-04-26 John BaldwinNow that we are compiling PXE into libi386, we don...
2000-04-26 Cameron Grantrepo-copied to sys/gnu/dev/sound/pci/emu10k1.h
2000-04-26 Cameron Grantupdate for new location of emu10k1.h under sys/gnu
2000-04-26 Mitsuru IWASAKIMFPAO3. Improvement of of pccard cis tuple parsing...
2000-04-26 Brian FeldmanMove procfs_fullpath() to vfs_cache.c, with a rename...
2000-04-26 David E. O'BrienDefault device not longer uses the "r" raw prefix.
2000-04-26 David E. O'BrienThis file isn't needed anymore, has symbols that confli...
2000-04-26 Paul SaabBring support in for Intel Wired for Management 1.1...
2000-04-26 Matt JacobRemove dummy read_random function since we now have...
2000-04-26 Matt JacobWell, make intrhand2_t take a void * arg then. Matches...
2000-04-26 Poul-Henning KampLanMedias driver sources for the LMC1000 and similar...
2000-04-26 John BaldwinDon't disable interrupts when calling a vm86 mode inter...
2000-04-26 Kenjiro Choremove "register" specifiers to supress compiler warning.
2000-04-26 Matt JacobRemove unused variable.
2000-04-25 Poul-Henning KampIgnore tulip chips on LanMedia WAN cards.
next