Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-09 | spelling; jjy2+@pitt.edu | Theo de Raadt | |
2004-01-09 | fix build for gcc3. | Dale Rahn | |
2004-01-09 | decrease min mss to (256 - 40); ok deraadt | Markus Friedl | |
2004-01-09 | don't restrict tcp signature keys to ascii; ok mcbride | Markus Friedl | |
2004-01-09 | Constify trap names, and a few cleanings to the trap() functions. | Miod Vallat | |
While there, use raisespl() in splassert to win a few cycles when the check fails. | |||
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl | |
then ifnet_addrs[ifp->if_index] leaks; if it's called after if_detach() then if_free_sadl() does nothing; ok itojun | |||
2004-01-09 | back out vnode parents. weird breakge found in ports tree | Ted Unangst | |
2004-01-09 | Put back the pmap_zero_page() and pmap_copy_page() fixes, svnd work again. | Miod Vallat | |
We need to map the temporary pages write through _and_ flush the data cache, for split user/supervisor designs. Bring back a few minor style and cosmetic fixes while there, too. | |||
2004-01-09 | Do not keep a round-robin list of the previous traps for debug purposes on | Miod Vallat | |
88100 anymore - it's stable well enough now... | |||
2004-01-09 | Do not define new m8820x specific constants for what are common cache and | Miod Vallat | |
apr validity constants, really. And get rid of the old cache_policy debug trick. | |||
2004-01-08 | tom broke the kernel, and is being scolded | Theo de Raadt | |
2004-01-08 | The va for the few pages used for copying/zeroing pages are magic, but only | Miod Vallat | |
in the kernel_pmap; and they are perfectly legal in user pmaps, so treat them correctly. While there, allocate them differently so that pmap_copy_page() only needs one double-size tlb flush, rather than two single-size. | |||
2004-01-08 | sync | Tom Cosgrove | |
2004-01-08 | Merge entries for Cirrus Logic CS4280 and CS4614 (same device id) | Tom Cosgrove | |
ok krw@, deraadt@ | |||
2004-01-08 | typo from Pedro Martelletto; | Jason McIntyre | |
2004-01-08 | More sense message improvements from Marco Peereboom. | Kenneth R Westerback | |
Clarify some logic and make type usage more consistant. ok tdeval@. | |||
2004-01-08 | gcc3 does not seem to like comments inside comments - zap a couple; ok miod | Peter Valchev | |
2004-01-08 | switch_exit() must be invoked at splhigh(), or you race the clock. | Miod Vallat | |
2004-01-08 | Some splfoo() have raise-if-lower semantics; so introduce raiseipl() which | Miod Vallat | |
never lowers current spl value, and use it where appropriate. | |||
2004-01-08 | struct for IPv6 pseudo header checksum - nonstandard. from kame | Jun-ichiro itojun Hagino | |
2004-01-07 | Revert the pmap machinery to 20031228. The changes made since all produce | Miod Vallat | |
different subtle races, and need more tinkering until they are really safe. | |||
2004-01-07 | machine/stdarg.h -> sys/stdarg.h | Brad Smith | |
ok drahn@ espie@ | |||
2004-01-07 | enable geodesc(4) and nsclpcsio(4); ok deraadt | Markus Friedl | |
2004-01-07 | Add p_rlim_rss_cur for ps "lim" field. OK deraadt@ | Todd C. Miller | |
2004-01-07 | no kern_watchdog for SMALL_KERNEL; ok deraadt@ | Markus Friedl | |
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 | |
the sysctl_doproc() switch so it does not match the default case (EINVAL). deraadt@ OK. | |||
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 | |
and pointed out by Nate@. Fixes some <, , > displays for devices that were not filling the INQUIRY data in correctly. Silences INQUIRY commands that fail during probe. Treats SID_QUAL_LU_OFFLINE results the same as SID_QUAL_BAD_LU. Eliminate special treatment for DEC TK30 and DEC TK50 devices. ok tdeval@. | |||
2004-01-07 | Constify, remove db_task_name() Mach leftover, and fix an hilarious typo | Miod Vallat | |
in db_interface.c comments while there. | |||
2004-01-07 | Fix crash reported in pr/3630. Poll all scsi requests that have SCSI_POLL set. | Kenneth R Westerback | |
ok miod@ tdeval@. | |||
2004-01-07 | Remove duplicate definitions with MI ddb headers, and fix db_stack_trace_print | Miod Vallat | |
prototype in the process. | |||
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 | |
have ps and friends be independent of changes in struct proc et al in the kernel. OK deraadt@ | |||
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 | |
more fixes comming. | |||
2004-01-07 | sync | Tom Cosgrove | |
2004-01-07 | - Remove duplicate entry for Lucent Win Modem 0x0449 | Tom Cosgrove | |
- Fix typo in device id for S3 86C964 rev 3 ok krw@, deraadt@ | |||
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 | |
length (same as udp_input() does, if pf is not enabled). Found by Pyun YongHyeon. ok cedric@, ho@, henning@ and markus@. |