summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-01-07dirhash is good to go. ok deraadt@Ted Unangst
2004-01-07crank mss limit from 64 to 256; ok itojun@, dhartmei@Markus Friedl
2004-01-07sysctls for dirhash variables. with a hint from miod. ok deraadtTed Unangst
2004-01-07machine/stdarg.h -> sys/stdarg.h; ok espiePeter Valchev
2004-01-07PFI_MTYPE leak; ok cedric@Markus Friedl
2004-01-07Unbreak KERN_PROC_KTHREAD. Explicitly list KERN_PROC_KTHREAD inTodd C. Miller
2004-01-07syn_XXX_limit -> synXXXlimit for consistency; ok deraadtMarkus Friedl
2004-01-07remove FreeBSD ifdefTed Unangst
2004-01-07Some code cleanup and fixes inspired by NetBSD changes from mycroft@Kenneth R Westerback
2004-01-07Constify, remove db_task_name() Mach leftover, and fix an hilarious typoMiod Vallat
2004-01-07Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set.Kenneth R Westerback
2004-01-07Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_printMiod Vallat
2004-01-07in_pcbnotify() now returns number of matches.Markus Friedl
2004-01-07cleanup obsolete comment from NRL code. markus okJun-ichiro itojun Hagino
2004-01-07do not include proc.h twice; ok miodPeter Valchev
2004-01-07Variables in kinfo_proc2 that are actually sigset_t should be unsignedTodd C. Miller
2004-01-07Add p_emul to kinfo_proc2 for psTodd C. Miller
2004-01-07Implement KERN_PROC2 sysctl from NetBSD. This will allow us toTodd C. Miller
2004-01-07amout -> amount; from Pedro Martelletto.Federico G. Schwindt
2004-01-07ieee80211 framework from NetBSD; ok'd by several people some time ago.Federico G. Schwindt
2004-01-07syncTom Cosgrove
2004-01-07- Remove duplicate entry for Lucent Win Modem 0x0449Tom Cosgrove
2004-01-06adjust pentium_mhz when cpu speed changes. ok deraadtTed Unangst
2004-01-06Drop UDP packets with destination port 0, or zero or oversized payloadDaniel Hartmeier
2004-01-06re-syncTom Cosgrove
2004-01-06import netbsd's version of David Borman's syncache codeMarkus Friedl
2004-01-06fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojunMarkus Friedl
2004-01-06syncTom Cosgrove
2004-01-06Fix typo in device id for SiS596, and correct name. Also updateTom Cosgrove
2004-01-06keep track of a vnode's parent dir. ufs only, and unused atm, butTed Unangst
2004-01-06lock filedesc before manipulating. avoids some rare races.Ted Unangst
2004-01-05stop ifc_destroy() if there are still knotes registered.Marco Pfatschbacher
2004-01-05Support for the second set of serial ports on the M8120 (untested)Miod Vallat
2004-01-05Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keepMiod Vallat
2004-01-050 -> (void *)NULL for last argument of icmp_error(), which is of typeDaniel Hartmeier
2004-01-05temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok de...Markus Friedl
2004-01-05kill debugging code that is not needed anymoreMichael Shalayeff
2004-01-05Repair my merging error, simplify DIOCCLRSTATUS code. ok dhartmei@Cedric Berger
2004-01-05Repair merge errors. Thanks Pyun YongHyeon, Sorry Henning :)Cedric Berger
2004-01-05typos from Jared Yanovich;Jason McIntyre
2004-01-05Don't issue PREVENT_ALLOW commands to disk devices during sdopen() orKenneth R Westerback
2004-01-05Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}Kenneth R Westerback
2004-01-05unobfuscate systm.h: use va_list for vprintf.Marc Espie
2004-01-05Major overhaul of our master boot record.Tom Cosgrove
2004-01-04In pmap_activate(), be sure to always flush the user tlb, even if we areMiod Vallat
2004-01-04Previous monotomic clock fix had major issues, this improves the matter.Dale Rahn
2004-01-04oops... string.h ended up being included twice; pointed out by espiePeter Valchev
2004-01-04better macro name (IF_LOCKED -> BOUND_IFACE). from markus.Cedric Berger
2004-01-04include proper protos for userland; deraadtPeter Valchev
2004-01-04Rewrite scsi_decode_sense() to clean up code; eliminate many magicKenneth R Westerback