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