Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-31 | There's no point having a Debugger() clone here. | Miod Vallat | |
2001-08-31 | Clean the DDB entry procedure for all console drivers, and honour | Miod Vallat | |
db_console setting. | |||
2001-08-31 | The fact that my tree builds should not prevent the official tree to | Miod Vallat | |
build as well... Right now, .s files can't include unmodified <machine/psl.h> | |||
2001-08-30 | When using dup2() to make a socket be stdout, first check that it | Todd C. Miller | |
is not already stdout (fd 1). Otherwise we end up closing stdout which is not the intention. Also use STDOUT_FILENO instead of 1. From a conversation with huntting@glarp.com. | |||
2001-08-30 | do not pass pointers to longjmp; fix from wayne@blorf.net | Markus Friedl | |
2001-08-30 | Remove duplicates with m68k/m68k/genassym.cf | Miod Vallat | |
2001-08-30 | Invoke genassym.sh with both m68k/m68k/genassym.cf and | Miod Vallat | |
machine/machine/genassym.cf files (poor man's inclusion). | |||
2001-08-30 | New file with common genassym.cf defines needed by arch/m68k/m68k/*.s | Miod Vallat | |
2001-08-30 | Add a simple protection against multiple inclusion of same headers. | Miod Vallat | |
This will be needed very soon. | |||
2001-08-30 | validate ports for permitopen key file option. add host/port | Kevin Steves | |
alternative syntax for IPv6. ok markus@ | |||
2001-08-30 | sync | Theo de Raadt | |
2001-08-30 | properly handle onstack situation | Theo de Raadt | |
2001-08-30 | add __HAS_NEW_BUS_DMAMAP_SYNC | Jason Wright | |
2001-08-30 | Let non ddb kernels compile. | Miod Vallat | |
2001-08-30 | Fixed version of Matthieu's change from revision 1.12 | Todd C. Miller | |
OK matthieu@ && deraadt@ | |||
2001-08-30 | correctly deal with layout of sigframe | Theo de Raadt | |
2001-08-30 | fix a comment | Theo de Raadt | |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries | |
Test next time, ok? | |||
2001-08-30 | o kill register | Todd C. Miller | |
o add const to rcsid and copyright strings o placate -Wall | |||
2001-08-30 | Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from | Todd C. Miller | |
ianm@cit.uws.edu.au. | |||
2001-08-30 | Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are not | Todd C. Miller | |
full paths (cannot contain a slash). From discussion with drosih@rpi.edu | |||
2001-08-30 | Delete duplicate 'network daemon testing' item. | Kenneth R Westerback | |
Spotted by Nick Nauwelaerts. | |||
2001-08-30 | validate ports for LocalForward/RemoteForward. | Kevin Steves | |
add host/port alternative syntax for IPv6 (like -L/-R). ok markus@ | |||
2001-08-30 | add -D to synopsis line; ok markus@ | Christian Weisgerber | |
2001-08-30 | intialize g2 and g7 in trapframe setregs from tf pc so that pc isn't set to | Jason Wright | |
zero when syscall of execve returns. | |||
2001-08-30 | Fix typo - space before a comma. | Kenneth R Westerback | |
Spotted by Nick Nauwelaerts. | |||
2001-08-30 | typo in the comment. | Mike Pechkin | |
2001-08-30 | typo in comment. | Grigoriy Orlov | |
2001-08-30 | Change getnewbuf interface so that getnewbuf always return | Grigoriy Orlov | |
a new buffer and indicate if it sleep while getting that buffer. This isn't make a much sense, but farther modifications will use it. Work by art@ | |||
2001-08-30 | disable TRAPTRACE and fix a compile error with DEBUG. | Artur Grabowski | |
2001-08-30 | Detect broken libraries that reference themselves. | Marc Espie | |
Abort immediately, instead of gobbling all memory. ok fgs@ | |||
2001-08-30 | MLINK kauth(1) to kinit(1);, better than no manpage at all for kauth. | Hans Insulander | |
2001-08-30 | Mention which debug levels we currently use. | Hakan Olsson | |
2001-08-30 | this shouldn't be commented out. | Federico G. Schwindt | |
2001-08-30 | fix some const warnings. | Federico G. Schwindt | |
more sync with freebsd. | |||
2001-08-30 | fix some const warnings | Federico G. Schwindt | |
2001-08-29 | additional documentation for GatewayPorts; ok markus@ | Kevin Steves | |
2001-08-29 | validate ports for -L/-R; ok markus@ | Kevin Steves | |
2001-08-29 | document -D and DynamicForward; ok markus@ | Kevin Steves | |
2001-08-29 | add text about -u0 preventing DNS requests; ok markus@ | Kevin Steves | |
2001-08-29 | Fix buffer oflow reading from queue file. While we are at it, crank | Todd C. Miller | |
the size of buffers that can hold filenames to MAXPATHLEN. | |||
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok ↵ | Markus Friedl | |
theo@ | |||
2001-08-29 | less defines | Michael Shalayeff | |
2001-08-29 | make set/get screen work now | Michael Shalayeff | |
2001-08-29 | More sync with FreeBSD. | Federico G. Schwindt | |
2001-08-29 | Nope, this makes cvs dump core | Theo de Raadt | |
2001-08-29 | kill the -i option; it just causes all sorts of grief; canacar@eee.metu.edu.tr | Theo de Raadt | |
2001-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth R Westerback | |
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk. | |||
2001-08-29 | initialize ac_enaddr from sc_enaddr | Jason Wright | |
2001-08-29 | - modify probe routine to check the 'compatible' property for matching and | Jason Wright | |
lengthen the list of supported devices (this allows us to match the psycho on the SUNW,Ultra-1-Engine). - pretty some debugging code - rcsid |