Age | Commit message (Expand) | Author |
2005-10-14 | move the dired routines into dired.c where they belong. | Kjell Wooding |
2005-10-14 | only print warning message in bge_stop_block() if debug is enabled. | Brad Smith |
2005-10-14 | sprinkle some ANSI and KNF and remove an empty useless function. | Brad Smith |
2005-10-14 | Fixup some mnemonics, code was correct, stupid assembler doesn't type | Dale Rahn |
2005-10-14 | avoid silly static variables that even caused nesting issues, | Brad Smith |
2005-10-14 | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. | Brad Smith |
2005-10-14 | free()->xfree(); ok djm@ | Kevin Steves |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
2005-10-14 | shuffle these structs up to the top. | Brad Smith |
2005-10-13 | - sync checkin_usage(). | Niall O'Higgins |
2005-10-13 | - `date' argument to -d option is now optional, reflect this in the manual page. | Niall O'Higgins |
2005-10-13 | - implement bare `-d' option; this sets the check-in date and time | Niall O'Higgins |
2005-10-13 | KNF; ok djm@ | Kevin Steves |
2005-10-13 | sync | Theo de Raadt |
2005-10-13 | pump up the high water mark on the dirhash pool to avoid page allocation thro... | Michael Shalayeff |
2005-10-13 | toast unused variable | Theo de Raadt |
2005-10-13 | use strtonum() correctly | Theo de Raadt |
2005-10-13 | spacing | Theo de Raadt |
2005-10-13 | Make dired buffer read-only by default. | Kjell Wooding |
2005-10-13 | Make undoing of a yank operation work as expected | Kjell Wooding |
2005-10-13 | Merge <machine/cpu_number.h> into <machine/cpu.h>, preparing for intrusive | Miod Vallat |
2005-10-13 | Hide more definitions from userland and from locore. | Miod Vallat |
2005-10-13 | Use dired mode automatically if file specified for loading is | Kjell Wooding |
2005-10-13 | Put the register clobbering constraints on the BUG trap instruction, | Miod Vallat |
2005-10-13 | unneeded #include, unused declaration, little knf; ok deraadt@ | Kevin Steves |
2005-10-13 | unused declarations; ok deraadt@ | Kevin Steves |
2005-10-13 | be sure to always set fifolen to at least 1 and if the code probes a 0 byte | Federico G. Schwindt |
2005-10-13 | In realitexpire(), do not re-add the itimer timeout if the process is in | Aaron Campbell |
2005-10-13 | Over the years, different UARTs have appeared in the market. | Federico G. Schwindt |
2005-10-13 | spelling in comments | Kevin Steves |
2005-10-13 | remove unneeded #includes; ok markus@ | Kevin Steves |
2005-10-13 | unused parameters | Henning Brauer |
2005-10-13 | dead defines | Henning Brauer |
2005-10-13 | To be fully compatibly with the GNU RCS tools we need to have the | Joris Vink |
2005-10-13 | comment out the "filter drop" option because it has never been fully | Reyk Floeter |
2005-10-13 | Fix a memory leak in the ospf engine. First of all ospfd did not track if a | Claudio Jeker |
2005-10-13 | consistency, remove a few explanations documented in the manpage. | Alexandre Anriot |
2005-10-13 | Correctly queue ls updates on the retransmission lists. | Claudio Jeker |
2005-10-13 | Simplify poll loop as well. "grrr, OK" henning@ | Claudio Jeker |
2005-10-13 | Simplify poll loop, there is no need for nfds tracking. While there kill | Claudio Jeker |
2005-10-13 | add the (emacs) toggle-readonly keybinding (C-x C-q). | Kjell Wooding |
2005-10-13 | check if current line is null. fixes a core in dired. | Kjell Wooding |
2005-10-13 | Fix dired mode. Make deletions work, and keystrokes match emacs. | Kjell Wooding |
2005-10-13 | KNF and minor cleanup. Remove an impossible condition check. | Kjell Wooding |
2005-10-13 | Make mg's grep and compile more path-aware, by defaulting to | Kjell Wooding |
2005-10-13 | first thing found by the fifo tester; pxa2x0 uarts are actually 64 bytes | Federico G. Schwindt |
2005-10-13 | sync multicast code with the FreeBSD sis driver. | Brad Smith |
2005-10-12 | add a cast when doing cvs_buf_release(); | Niall O'Higgins |
2005-10-12 | have sis strip off the Ethernet FCS before passing it to bpf. | Brad Smith |
2005-10-12 | Define IPL_SCHED and spslsched(), matching the statclock level. | Miod Vallat |