]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Only print "XXX (un)registered" message if bootverbose.
[FreeBSD/FreeBSD.git] / sys /
2001-10-02 desOnly print "XXX (un)registered" message if bootverbose.
2001-10-02 mjacobFix problem where a user buffer outside of the area...
2001-10-02 mjacobDocumentation comment: note that the each NIC's softc...
2001-10-02 rwatsono Replace two direct uid!=0 comparisons with suser_xxx...
2001-10-02 rwatsono Replace two direct uid!=0 comparisons with suser_td...
2001-10-02 yokotaFix the ANSI color escape sequence \E[m.
2001-10-02 yokotaFix the local macro: isvisible().
2001-10-02 marcelRemove redundant and misplaced "options DDB" line.
2001-10-02 dillonBackout the last commit. The problem is actually much...
2001-10-02 dillonIN_RENAME should only be cleared by the routine that...
2001-10-02 mjacobRemove all OpenBSD/NetBSD code. It was the right place...
2001-10-01 silbygrammar fix: to -> too
2001-10-01 mjacobNote the 'common knowledge' assumption that each NIC...
2001-10-01 jhbMove the ap boot spin lock earlier in the lock order...
2001-10-01 jhbSigh, statclock_process() takes a KSE instead of a...
2001-10-01 impAdd d_thread_t. This is a typedef for struct thread...
2001-10-01 rwatsono Complete the migration from suser error checking...
2001-10-01 jlemonUpdate the hash table when sppp mucks directly with...
2001-10-01 jlemonin_ifinit apparently can be used to rewrite an ip addre...
2001-10-01 jlemonsppp rewrites the interface's ip address directly;...
2001-10-01 luigiFix a problem with unnumbered rules introduced in lates...
2001-10-01 rumdoc(7) police: Use the new .In macro for #include...
2001-10-01 sosChange the way DAO/TAO mode is init'ed.
2001-10-01 sosAdd test_write element.
2001-10-01 yokotaFix the function CD(): "Clear to the end of the screen".
2001-10-01 yokotaThis is white-space only change. No functional difference.
2001-10-01 dillonAfter extensive testing it has been determined that...
2001-10-01 desCatch up with the visibility callback stuff, and give...
2001-10-01 des[the previous commit to pseudofs_vncache.c got the...
2001-10-01 desYA pseudofs megacommit, part 1:
2001-10-01 mjacobBegin to implement target mode that for Fibre Channel...
2001-10-01 mjacobImplement a call to get the actual link data rate ...
2001-09-30 jakeAdd identcpu.c.
2001-09-30 dillonAdd __FBSDID's to libalias
2001-09-30 jakeAdd contents to struct *reg.
2001-09-30 jakeOptimize bcopy and bzero etc to use 64 bit loads and...
2001-09-30 jakeUse %ver to identify the cpu instead of openfirmware.
2001-09-30 jakeRemove some debug code, add traces.
2001-09-30 jakeReturn EIO for procfs_*_dbregs.
2001-09-30 desSpecify readability and / or writeability for all nodes...
2001-09-30 jakeAdd a place holder for PSTATE_SECURE, which detects...
2001-09-30 despseudofs.h:
2001-09-30 jakeSplit the low level trap code into trap, interrupt...
2001-09-30 jakeImplement sysarch().
2001-09-30 jakeFix some traces. td->p_comm doesn't exist.
2001-09-30 jakeMove the kernel to end of the first 4 gigabytes of...
2001-09-30 jakeAdd a macro to get the context from a tte tag, not...
2001-09-30 jakeInclude <machine/setjmp.h> instead of <setjmp.h>.
2001-09-30 jakeDon't use types that require other headers.
2001-09-30 jakeWrap hardware trap types in ifdef _kernel.
2001-09-30 jakeMove the pcb the to the top of the kernel stack.
2001-09-30 jakeDon't overflow the ktr buffer <gulp>.
2001-09-30 jakeImplement PCPU_ADDR. Align functions on 16 bytes bound...
2001-09-30 jlemonWhen FREE()ing kqueue related structures, charge them...
2001-09-30 wilkoAdd AlphaPC64 to comments. Correct names (ds10 -> DS10...
2001-09-30 phkThe behaviour of whiteout'ing symlinks were too confusi...
2001-09-30 iedowseAdd a change I forgot when adding ED_NO_MIIBUS. This...
2001-09-30 bmilekicRe-enable mbtypes statistics in the mbuf allocator...
2001-09-29 iedowseAdd an option ED_NO_MIIBUS, which causes the `ed' drive...
2001-09-29 desAdapt to pseudofs version 2. Sorry about the breakage...
2001-09-29 mjacobWhen calling isp_reset, set the request/response in...
2001-09-29 jlemonDo not call mii_polltick() immediately after mii_tick().
2001-09-29 jlemonDo not call mii_pollstat() from within device tick...
2001-09-29 jlemonCleanup pass for mii drivers.
2001-09-29 jlemonChange the order that we print the media options during...
2001-09-29 jlemonAdd field for last active status, as well as function...
2001-09-29 jlemonAdd new device method miibus_linkchg, along with a...
2001-09-29 jlemonAdd ability to attach knotes to network devices.
2001-09-29 jlemonHave EVFILT_TIMERS allocate their callouts via malloc...
2001-09-29 jlemonNuke unused (and incorrect) #define of INADDR_HMASK.
2001-09-29 greidAdd another pnpid for the AWE64
2001-09-29 dfrAdd various file relating to firmware interfaces and...
2001-09-29 dfrSupport for SKI is now an option.
2001-09-29 dfrMake sio0 a console device.
2001-09-29 dfrAdd a couple of arguments to ia64_init. I'll use them...
2001-09-29 dfrVarious changes to use the firmware on a real machine.
2001-09-29 dfr* Read parameters for ptc.e instruction from PAL Code.
2001-09-29 dfrFake PAL Code for SKI.
2001-09-29 dfrStart hooking up devices.
2001-09-29 dfrAdd pmap_unmapdev().
2001-09-29 dfrFill out the firmware interfaces somewhat.
2001-09-29 dfrAdd code to initialise firmware resources (and to fake...
2001-09-29 dfrAdd shims for calling PAL Code in physical mode.
2001-09-29 dfrAdd some move definitions.
2001-09-29 dfrCall cpu_boot from cpu_reset.
2001-09-29 dfrGive up on the backtrace if the calculated pc isn't...
2001-09-29 dfrUse PAGE_SHIFT instead of a hardcoded constant for...
2001-09-29 dfr* Preserve ar.rsc in ia64_change_mode.
2001-09-29 dfrChange END(locorestart) to END(__start).
2001-09-29 cgrelease isa dma channels on unload.
2001-09-29 cgallow the hardware buffer size to be controlled with...
2001-09-29 jlemonMake the INADDR_TO_IFP macro use the IP address hash...
2001-09-29 jlemonIntroduce network device nodes. Network devices will...
2001-09-29 jlemonChange sysctl_iflist() so it has a single point of...
2001-09-29 jlemonUse in_ifaddrhashtbl instead of in_ifaddrhead to look...
2001-09-29 jlemonAdd support for 28800 baud to sio.
2001-09-29 jlemonAdd a hash table that contains the list of internet...
2001-09-29 jlemonCentralize satosin(), sintosa() and ifatoia() macros...
2001-09-29 desPseudofs take 2:
2001-09-29 desAdd a couple of API functions I need for my pseudofs...
next