summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 'c' cannot be -1.pjd2005-02-031-1/+0
* - Move gets() function to libkern (I want to use it outside vfs_mount.c).pjd2005-02-034-44/+71
* Parse "getifname" using the standard parse string type.ru2005-02-034-57/+12
* Fixed an off-by-one error when dealing with interface nameru2005-02-031-9/+6
* Fixed an off-by-one error when dealing with interface nameru2005-02-033-6/+6
* Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname".ru2005-02-032-14/+10
* Removed unused includes.ru2005-02-031-3/+0
* When entering siocnputc() with (kdb_active), don't acquire (orrwatson2005-02-031-5/+9
* Fix alignment in the last commit.ru2005-02-031-2/+2
* - remove NO_MODULES since they've been working for some timegrehan2005-02-031-3/+5
* Don't build syscons, uart or vpo on PPC.grehan2005-02-031-3/+8
* Fix up assignment of negative number to char. Char's are unsigned bygrehan2005-02-031-1/+1
* MF dev/wi: merge the pccard lists.imp2005-02-031-11/+19
* Don't lose the frame pointer for PPC modules: backtrace doesn't work.grehan2005-02-021-1/+1
* - Use a seperate malloc tag for saved inode contents to help in debuggingjeff2005-02-021-4/+5
* - Correct a typo in kern_rename. tvfslocked should be initialized fromjeff2005-02-022-2/+2
* Define SI_SUB_AUDIT, the system boot event to initialize the auditrwatson2005-02-021-0/+1
* Add a stub audit_kevents.h, which defines exactly one audit event:rwatson2005-02-021-0/+38
* Back out previous commit, bde@ provided an example of something thiskensmith2005-02-021-6/+0
* Fix the comment.ru2005-02-021-2/+2
* Whitespace and "const" changes to reduce diffs to RELENG_4.ru2005-02-022-88/+90
* Add a place-holder f_label void * for a future struct label pointerrwatson2005-02-021-0/+1
* Fix "Duplicate mbuf free panic".yongari2005-02-021-1/+1
* It was noticed that we do not change a file's access time when it getskensmith2005-02-021-0/+6
* - Or MPSAFE with the correct set of flags in stat(). This affected onlyjeff2005-02-012-2/+2
* Forgot to mark the IRQ as MPSAFE.phk2005-02-011-1/+5
* The two PLANEX cards listed in pccarddevs, identified only by theirimp2005-02-013-14/+13
* Add a IEEE488 driver for PCIIA compatible cards.phk2005-02-013-0/+429
* In case of various tunneling protocols, mbuf may pass several interfacesglebius2005-02-011-3/+5
* - change all u_int_XX to uint_XXgrehan2005-02-011-39/+39
* BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resourceimp2005-02-012-6/+6
* Sort functions.njl2005-02-011-4/+4
* Update copyright, remove "all rights reserved" (since they are notbmilekic2005-02-011-5/+1
* add cpu_idle support for 21066A based lca systemsticso2005-01-314-1/+41
* Use a taskqueue to handle port status changes.akiyama2005-01-313-2/+54
* nit in /*-imp2005-01-312-2/+2
* Yikes! Fix a typo in a function name that managed to occur twice.scottl2005-01-311-2/+2
* Add the keyboard system device before we probe for the keyboard.marcel2005-01-311-2/+13
* Revert rev. 1.5.marcel2005-01-311-1/+1
* Update an additional reference to the rate of ISN tick callouts that wasrwatson2005-01-312-2/+2
* Remove a dead vtophys() reference.scottl2005-01-311-6/+0
* Change the state allocator from using regular malloc to usingcsjp2005-01-311-2/+7
* Have tcp_isn_tick() fire 100 times a second, rather than HZ times arwatson2005-01-302-2/+2
* Fix a logic bug that caused DSR to never be deasserted.marcel2005-01-301-2/+2
* Update the text of an assertion to reflect changes made in revision 1.148.alc2005-01-301-5/+1
* Build "digi" on i386, pc98, and amd64 only.ru2005-01-301-1/+3
* Prefer (NULL) spelling of (0) for pointers.rwatson2005-01-301-9/+9
* Remove clause three from tcp_syncache.c license per permission ofrwatson2005-01-301-6/+3
* Add crashdump support to the ips driver. It only works for the more modernscottl2005-01-304-15/+176
* o Fix a typo.maxim2005-01-301-1/+1
OpenPOWER on IntegriCloud