Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-07 | sync | Niklas Hallqvist | |
2000-06-07 | Check return value of malloc(). Also make the code clearer with respect to | Aaron Campbell | |
setting lbuf = NULL; millert@ ok | |||
2000-06-07 | Implement sigaltstack | Niklas Hallqvist | |
2000-06-07 | sync | Niklas Hallqvist | |
2000-06-07 | Fix linux [gs]etrlimit emulation + add their latest ugetrlimit | Niklas Hallqvist | |
2000-06-07 | Document the optional address argument to 'show malloc'. | Artur Grabowski | |
2000-06-07 | Allow passing an address to 'show malloc' and print out some information about | Artur Grabowski | |
that address. | |||
2000-06-07 | Document how 'show malloc' in ddb can be used to find out what went wrong. | Artur Grabowski | |
2000-06-07 | Document 'show malloc'. | Artur Grabowski | |
2000-06-07 | Add 'show malloc' that prints out malloc debugging information if available. | Artur Grabowski | |
2000-06-07 | Change debug_malloc_print so that it can be called from ddb. | Artur Grabowski | |
2000-06-07 | Default type and size to -1. | Artur Grabowski | |
2000-06-07 | fix anycast address determination. | Jun-ichiro itojun Hagino | |
correct interface address addition when link-local is added (check if ifp matches). make diff to kame repository easier (breaks some KNF) sync with kame. | |||
2000-06-07 | from freebsd(wpaul): | Jason Wright | |
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM. | |||
2000-06-07 | Strip trailing slashes from dir names and give a reasonable error if | Todd C. Miller | |
what is specified on the command line is not a mount point or device. | |||
2000-06-07 | indent | Aaron Campbell | |
2000-06-07 | new elink3 pulls in the whole mii thing | Michael Shalayeff | |
2000-06-07 | s/PIMCTL/PIM6CTL/ for less confusion. | Jun-ichiro itojun Hagino | |
2000-06-06 | fit | Theo de Raadt | |
2000-06-06 | include ksyms.h to have correct NKSYMS value (oops) | Miod Vallat | |
2000-06-06 | Make si compile with non-DDB kernels | Miod Vallat | |
2000-06-06 | Better create a sun3 kernel here | Miod Vallat | |
2000-06-06 | recurse into sun3 for make obj | Miod Vallat | |
2000-06-06 | Some minor corrections. | Aaron Campbell | |
2000-06-06 | This code will not work without UVM. | Artur Grabowski | |
Add an #error instead of breaking while compiling. | |||
2000-06-06 | memory type for MALLOC_DEBUG | Artur Grabowski | |
2000-06-06 | Document MALLOC_DEBUG. | Artur Grabowski | |
2000-06-06 | malloc debugging code. Enabled by option MALLOC_DEBUG. | Artur Grabowski | |
Make sure you read the docs (malloc(9)) before use. | |||
2000-06-06 | OpenSSH 2.1.1 | Markus Friedl | |
2000-06-06 | fix match_hostname() logic for auth-rsa: deny access if we have a negative ↵ | Markus Friedl | |
match or no match at all | |||
2000-06-06 | If the process is P_NOZOMBIE free it's resources in the reaper. | Artur Grabowski | |
Noone will wait for it (because noone is allowed to wait for it). | |||
2000-06-06 | Make quot work when passed a filesystem mount point like the documentation | Todd C. Miller | |
leads one to believe. Also some -Wall and other cleanup. | |||
2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-06 | close pr1260 from danh@nfol.com | Eric Jackson | |
2000-06-06 | sync | Theo de Raadt | |
2000-06-06 | OpenBSD tags | Theo de Raadt | |
2000-06-06 | fix cleanup of crypto sessions | Theo de Raadt | |
2000-06-06 | Replace all the opaque pointers with just one. | Angelos D. Keromytis | |
2000-06-06 | Get rid of tdb_ref, keep indirect pointer to TDB. | Angelos D. Keromytis | |
2000-06-06 | Document change in the cryptop structure. | Angelos D. Keromytis | |
2000-06-06 | * correct some length checkings based on the specs; still a few to fix. | Federico G. Schwindt | |
* add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present | |||
2000-06-06 | add some tuples from pc card standard 7.0; remove outdated comment. | Federico G. Schwindt | |
2000-06-05 | Fix | Marc Espie | |
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix idiotic merge conflicts, regen configure | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Untested busification of this driver done years ago. | Niklas Hallqvist | |
Noone ever answered my call for testers so here it goes.. helps ne problems as ne at 0x300 gets a bit whacked by eg's probe |