Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-28 | Be volatile enough to start the clock on 188. | Miod Vallat | |
2003-09-28 | sti1 could be at phantomas too | Michael Shalayeff | |
2003-09-28 | Remove duplicate CMMU address definitions. | Miod Vallat | |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat | |
2003-09-28 | Missing xfs_devpoll proto. You would think with all that HAVE_FOO | Todd C. Miller | |
crap the protos would be done for you. Apparently not... | |||
2003-09-28 | xfs_devpoll must not be static; found by beck@ compiling an XFS kernel | Todd C. Miller | |
2003-09-27 | CardBus D-Link DFE-690TXD support. | Federico G. Schwindt | |
Prompted by Ed White <ed at overminder dot com>, tested by Joshua Johnson <joshua.johnson at ftlsys dot com>. | |||
2003-09-27 | regen. | Federico G. Schwindt | |
2003-09-27 | D-Link DFE 690-TXD | Federico G. Schwindt | |
2003-09-27 | Do not panic in pmap_map() if DIAGNOSTIC, when we are mapping the very end | Miod Vallat | |
of the address space (i.e. "end" wraps to zero). | |||
2003-09-26 | Not useful anymore... | Miod Vallat | |
2003-09-26 | Death to the bitfields, this time "struct dmt_reg" - and I think that's all. | Miod Vallat | |
While there, KNF data_access_exception(). | |||
2003-09-26 | Death to the bitfields, this time cmmu_apr_t and batc_entry_t. In the | Miod Vallat | |
process, remove duplicate batc defines. | |||
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger | |
This brings us close to 100% atomicity for a "pfctl -f pf.conf" command. (some splxxx work remain in the kernel). Basically, improvements are: - Anchors/Rulesets cannot disappear unexpectedly anymore. - No more leftover in the kernel if "pfctl -f" fail. - Commit is now done in a single atomic IOCTL. WARNING: The kernel code is fully backward compatible, but the new pfctl/authpf userland utilities will only run on a new kernel. The following ioctls are deprecated (i.e. will be deleted sooner or later, depending on how many 3rd party utilities use them and how soon they can be upgraded): - DIOCBEGINRULES - DIOCCOMMITRULES - DIOCBEGINALTQS - DIOCCOMMITALTQS - DIOCRINABEGIN - DIOCRINADEFINE They are replaced by the following ioctls (yes, PF(4) will follow) which operate on a vector of rulesets: - DIOCXBEGIN - DIOCXCOMMIT - DIOCXROLLBACK Ok dhartmei@ mcbride@ | |||
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat | |
There are more occurences hiding in binutils, lynx and afs but I am too lazy to report them upstream at the moment. | |||
2003-09-26 | Death to bitfields, this time "struct psr". | Miod Vallat | |
Also clean <machine/psl.h> contents while there. | |||
2003-09-26 | select to poll | Michael Shalayeff | |
2003-09-26 | put 64bit macros/functions documentation back. | Federico G. Schwindt | |
2003-09-26 | Move statistics counters from individual pf_test_<proto>() and | Ryan Thomas McBride | |
pf_test_state_<proto>() to pf_test() and pf_test6(). Reduce code redundancy, and fix the following bugs: - ICMP packets were not being accounted for correctly (missing statistics code in pf_test_state_icmp() - Some packets were not being counted in the loginterface statistics NOTE: Under some situations with route-to, packets may get counted once on the original interface, and once on the pf-routed interface. This can be dealt with by rules which specify the each interface explicitly. ok cedric@, henning@ | |||
2003-09-26 | Add majors and devsw entries for the missing scsi devices on mvme*8k. | Miod Vallat | |
2003-09-26 | regen | Michael Shalayeff | |
2003-09-26 | better mtd comment; from form@ | Michael Shalayeff | |
2003-09-26 | reading the record skip the remainder of data we do not need. we are still ↵ | Michael Shalayeff | |
screwed on writes though | |||
2003-09-26 | missed a file | Michael Shalayeff | |
2003-09-26 | dmamap_syncing the loaded mbufs is whacky trip per physaddrs | Michael Shalayeff | |
2003-09-26 | typos in tlb stats vars' export | Michael Shalayeff | |
2003-09-25 | hungarian keymap; from thuglife@bsd.hu | Michael Shalayeff | |
2003-09-25 | j2x0 do not like our fiddling over th led port; testing by pb@ | Michael Shalayeff | |
2003-09-25 | make sure to not overflow when initializing {node,net}name (truncation does ↵ | Michael Shalayeff | |
not matter) | |||
2003-09-25 | some pcxl2 do not report fpus -- assume it's there | Michael Shalayeff | |
2003-09-25 | provide a function to enable accel io on pcxl2 and use it on the fb | Michael Shalayeff | |
2003-09-25 | define pcxl2's mioc regs and devise l2 cache size on pcxl2 from there | Michael Shalayeff | |
2003-09-25 | a copule more regs present on pcxl2 | Michael Shalayeff | |
2003-09-25 | update fom form@ including support for 891 chips and more | Michael Shalayeff | |
2003-09-25 | more codec | Michael Shalayeff | |
2003-09-25 | better structs alignment; jason@ testing on sparc64 and ok | Michael Shalayeff | |
2003-09-25 | no need for a redundant check; from form@ and jason ok | Michael Shalayeff | |
2003-09-25 | sync | Alexander Yurchenko | |
2003-09-25 | serverworks csb6 lpc; found in dmesg from mtoups@andrew.cmu.edu | Alexander Yurchenko | |
ok deraadt@ | |||
2003-09-25 | hifn 7956 support | Jason Wright | |
2003-09-25 | hifn 7956 | Jason Wright | |
2003-09-25 | sync | Theo de Raadt | |
2003-09-25 | support AAA131U2; cmaxwell@themanor.net | Theo de Raadt | |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt | |
krw@ ok. | |||
2003-09-24 | on-link DoS by bogus ARP. reported by apple | Jun-ichiro itojun Hagino | |
2003-09-24 | Remove state setup no-ops. | Ryan Thomas McBride | |
ok cedric@ frantzen@ henning@ | |||
2003-09-24 | Compile after poll changes... | Miod Vallat | |
2003-09-24 | initial support for hifn 7955 (no AES or PK yet) | Jason Wright | |
2003-09-23 | Limit "proc: table is full" messages to once every 10 seconds which helps ↵ | Todd C. Miller | |
when there is a fork bomb going on. From NetBSD (jdolecek) | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK |