aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add d_thread_t. This is a typedef for struct thread in -current andWarner Losh2001-10-013-11/+47
* o Complete the migration from suser error checking in the following formRobert Watson2001-10-012-44/+86
* Update the hash table when sppp mucks directly with the interface address.Jonathan Lemon2001-10-011-0/+4
* in_ifinit apparently can be used to rewrite an ip address; recalculateJonathan Lemon2001-10-011-1/+5
* sppp rewrites the interface's ip address directly; this breaks when theJonathan Lemon2001-10-011-1/+7
* Fix a problem with unnumbered rules introduced in latest commit.Luigi Rizzo2001-10-011-3/+3
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Change the way DAO/TAO mode is init'ed.Søren Schmidt2001-10-011-20/+21
* Add test_write element.Søren Schmidt2001-10-011-0/+1
* Fix the function CD(): "Clear to the end of the screen".Kazutaka YOKOTA2001-10-011-4/+15
* This is white-space only change. No functional difference.Kazutaka YOKOTA2001-10-011-140/+167
* After extensive testing it has been determined that adding complexityMatthew Dillon2001-10-013-30/+100
* Catch up with the visibility callback stuff, and give up trying to keep theDag-Erling Smørgrav2001-10-011-19/+37
* [the previous commit to pseudofs_vncache.c got the wrong log message]Dag-Erling Smørgrav2001-10-011-0/+2
* YA pseudofs megacommit, part 1:Dag-Erling Smørgrav2001-10-013-79/+181
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-012-29/+68
* Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob2001-10-013-40/+70
* Add identcpu.c.Jake Burkholder2001-09-301-0/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-3010-21/+32
* Add contents to struct *reg.Jake Burkholder2001-09-301-4/+35
* Optimize bcopy and bzero etc to use 64 bit loads and stores if possible.Jake Burkholder2001-09-302-232/+474
* Use %ver to identify the cpu instead of openfirmware.Jake Burkholder2001-09-302-1/+72
* Remove some debug code, add traces.Jake Burkholder2001-09-301-12/+10
* Return EIO for procfs_*_dbregs.Jake Burkholder2001-09-301-2/+2
* Specify readability and / or writeability for all nodes that need it.Dag-Erling Smørgrav2001-09-301-18/+18
* Add a place holder for PSTATE_SECURE, which detects if user code itJake Burkholder2001-09-301-0/+2
* pseudofs.h:Dag-Erling Smørgrav2001-09-302-37/+54
* Split the low level trap code into trap, interrupt and syscall, itsJake Burkholder2001-09-305-237/+693
* Implement sysarch().Jake Burkholder2001-09-301-2/+9
* Fix some traces. td->p_comm doesn't exist.Jake Burkholder2001-09-302-6/+12
* Move the kernel to end of the first 4 gigabytes of address space, so thatJake Burkholder2001-09-304-85/+234
* Add a macro to get the context from a tte tag, not necesarily a wholeJake Burkholder2001-09-301-6/+2
* Include <machine/setjmp.h> instead of <setjmp.h>.Jake Burkholder2001-09-301-1/+1
* Don't use types that require other headers.Jake Burkholder2001-09-302-3/+3
* Wrap hardware trap types in ifdef _kernel.Jake Burkholder2001-09-301-0/+4
* Move the pcb the to the top of the kernel stack.Jake Burkholder2001-09-305-61/+75
* Don't overflow the ktr buffer <gulp>.Jake Burkholder2001-09-301-0/+4
* Implement PCPU_ADDR. Align functions on 16 bytes boundaries.Jake Burkholder2001-09-301-1/+4
* When FREE()ing kqueue related structures, charge them to the correct bucket.Jonathan Lemon2001-09-301-3/+3
* Add AlphaPC64 to comments. Correct names (ds10 -> DS10 etc)Wilko Bulte2001-09-302-6/+6
* The behaviour of whiteout'ing symlinks were too confusing, insteadPoul-Henning Kamp2001-09-301-1/+8
* Add a change I forgot when adding ED_NO_MIIBUS. This will likelyIan Dowse2001-09-301-1/+2
* Re-enable mbtypes statistics in the mbuf allocator. I disabled theseBosko Milekic2001-09-302-19/+82
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beIan Dowse2001-09-296-0/+43
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readyDag-Erling Smørgrav2001-09-291-20/+18
* When calling isp_reset, set the request/response in/out pointers all atMatt Jacob2001-09-291-9/+13
* Do not call mii_polltick() immediately after mii_tick().Jonathan Lemon2001-09-294-21/+14
* Do not call mii_pollstat() from within device tick routines; the statusJonathan Lemon2001-09-299-55/+39
* Cleanup pass for mii drivers.Jonathan Lemon2001-09-2923-543/+233
* Change the order that we print the media options during device probe toJonathan Lemon2001-09-291-30/+24