Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-21 | manual media setting no longer needed for the 21145 | Henning Brauer | |
2002-10-21 | ugly hack to make the 21145 work without manual media setting. | Henning Brauer | |
many many many thanks to nick@, who booted no less then 8 kernels for me today while hacking on that (and this includes going downstairs to the basement and up again 8 times...) ok jason@ | |||
2002-10-21 | reversed condition checking for sig*jmp(, savemask) | Michael Shalayeff | |
2002-10-21 | deal w/ longjmp(, 0) | Michael Shalayeff | |
2002-10-21 | fix remote exploit in kadmind; from lha@stacken.kth.se. ok hin@ | Jakob Schlyter | |
2002-10-21 | regression tests should test for proper operation, not what the code | Marco S Hyman | |
being tested does. A signal should only be delivered to one thread. | |||
2002-10-21 | Clean up the siginfo test. pthreads siginfo delivery code still | Marco S Hyman | |
being tested. | |||
2002-10-21 | Add new tests | Marco S Hyman | |
2002-10-21 | Add test for non-deferred signal handling in threads. pthreads code | Marco S Hyman | |
that makes this test work is being tested. | |||
2002-10-21 | Add test for pthread_kill. The test currently fails as thread | Marco S Hyman | |
specific delivery semantics are incorrect. Fix in progress. | |||
2002-10-21 | make an ieeefp regress pass; miod@ ok | Michael Shalayeff | |
2002-10-21 | make it compile through the gdb, still needs more work; fgsch@ ok | Michael Shalayeff | |
2002-10-21 | o Add "-days 365" to the examples (default lifetime is 1 month). | Todd C. Miller | |
o Add an example showing how to make a new cert w/o a new key. o Mention how to dump a cert in text format. | |||
2002-10-21 | Remove the -D__PIC__ from this, it does not affect the building | Dale Rahn | |
of any current platform, so makes no sense. pointed out by Per. Tested on alpha, i386, macppc, sparc, sparc64 (binary diff). | |||
2002-10-21 | Simplify the ld.so asm api, the data is available other ways. | Dale Rahn | |
tested by naddy@ and myself. | |||
2002-10-21 | try harder to sync in dmamap_sync | Michael Shalayeff | |
2002-10-21 | mention Intel 21145, jason@ | Henning Brauer | |
2002-10-21 | two more 4porst here as well | Henning Brauer | |
2002-10-20 | add Intel 21145, miod@ and jason@ | Henning Brauer | |
2002-10-20 | add fxp; ok drahn miod | Peter Valchev | |
2002-10-20 | Intel 21145 | Henning Brauer | |
2002-10-20 | Intel 21145 support | Henning Brauer | |
2002-10-20 | add support for intel 21145 | Henning Brauer | |
This chip is some strange abnormal 21143 variant. It really only works with 10 MBit/s halfduplex only and autonegotiation is totally broken in hardware. Should also have a HomePNA phy, but we don't support that. for now requires and explicit "media 10BaseT". if anybody has such a chip please mail me. nick@ is the only one who has the hardware and did an incredible amount of testing. Thanks for all the help, Nick! some hints and ok jason@ | |||
2002-10-20 | fxp now works on bigendian, add it to macppc. | Dale Rahn | |
2002-10-20 | Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies and | Ryan Thomas McBride | |
reduces cross-file dependancies. ok dhartmei@ ish@ henning@ | |||
2002-10-19 | Add manpage for asc scsi driver. From NetBSD. | Hugh Graham | |
2002-10-19 | Kill register. | Hugh Graham | |
Add intvec counting. Adapt to openbsd WOPEN handling. All untested but does compile... | |||
2002-10-18 | this is a precision architecture -- be more precise about fault types and in ↵ | Michael Shalayeff | |
sigsegv deliveries; vm_ssize is in pages, apparently | |||
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller | |
o When extracting GNU tar archives, honor @LongLink long links/files o Add an option to prevent pax from prompting for the next volume upon premature end of archive. | |||
2002-10-18 | <deraadt> screw this operating system shit, i just want to drive! | Henning Brauer | |
2002-10-18 | Remove some very pointless 'if 0' code, some of which prevented compilation | Dale Rahn | |
with gcc3.2, and add a ';' for a case statement as it requests. | |||
2002-10-18 | Account for the aligned m_data when checking boundaries; from NetBSD. | Federico G. Schwindt | |
mickey and millert ok. | |||
2002-10-18 | Do not define astpending twice, once non-volatile and one volatile. | Dale Rahn | |
2002-10-18 | media support; slightly modified from FreeBSD. | Federico G. Schwindt | |
mickey and millert ok. | |||
2002-10-18 | correct prefixlen handling (-prefixlen 32 will make it a host route) | Jun-ichiro itojun Hagino | |
2002-10-17 | Overhaul of boot_`arch`(8) manual pages (unfinished). | Miod Vallat | |
Attempt to factorize some texts, remove old or false stuff, try to be more {help,use}ful, etc. boot_alpha and boot_hp300 rewritten on the occasion, and boot_hppa is new. | |||
2002-10-17 | ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement ↵ | Artur Grabowski | |
after it. Fix. | |||
2002-10-17 | - name in uvm_tree_sanity must be const. | Artur Grabowski | |
- fix a typo in comment. - enable uvm_tree_sanity ifdef DEBUG | |||
2002-10-17 | When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that the | Artur Grabowski | |
children nodes have reached their final state before augmenting the parent. This fixes an obscure inconsistency of the space in the vm_map tree that gcc 3.2 triggers when compiling isp.o on alpha. (this only led to some leaked space). frantzen@ provos@ ok. | |||
2002-10-17 | Make prefixlen check to make sure its argument is present before deref; ↵ | Jason Wright | |
millert ok. | |||
2002-10-17 | use shadows on fpu cxsw (and fix arg0 trashing), do not restore shadowed ↵ | Michael Shalayeff | |
regs before rfir | |||
2002-10-17 | renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ↵ | Michael Shalayeff | |
EOL set to post 3.3 | |||
2002-10-17 | missing defines for syscalls and a better formatting in usage | Michael Shalayeff | |
2002-10-17 | define CDIOREADTOCENTRYS CDIOREADTOCENTRIES, not as a duplicate _IOWR(); ↵ | Michael Shalayeff | |
deraadt@ ok | |||
2002-10-17 | knf | Theo de Raadt | |
2002-10-17 | sync with gcc version, fixes bug in sftp where it had a 64 bit parameter | Dale Rahn | |
which straddled the last register first stack parameter. | |||
2002-10-17 | Add support for printing the AUDIO_* ioctls, too. | Jason Wright | |
2002-10-17 | Bigendian support for fxp, work from pefo with cleanups, ok art@ and others. | Dale Rahn | |
2002-10-17 | sync usage(). | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-10-17 | These checks are also made in nat_consistent() and rdr_consistent(). | Ryan Thomas McBride | |
ok dhartmei@ henning@ |