Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove | |
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@ | |||
2004-03-10 | Don't permit a negative index. Pointed out by Patrick Latifi. | Ryan Thomas McBride | |
2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | Todd C. Miller | |
2004-03-10 | Check getpass() return value for NULL. Closes Pr 3706. | Todd C. Miller | |
With help and OK from otto@. | |||
2004-03-10 | Actually use SRCS+= so that we don't have a wrapped line. | Ryan Thomas McBride | |
2004-03-10 | plug 3 memory leaks; 2 from andrushock, 1 by me | Henning Brauer | |
ok pb deraadt | |||
2004-03-10 | Plug up memory leak. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-03-10 | pass a pointer to the network list as well to session_main so we can free() | Henning Brauer | |
the members after fork | |||
2004-03-10 | while walking the peer list on shutdown free the peer structs | Henning Brauer | |
2004-03-10 | pass a pointer to the filter rule list to session_main() so we can free() | Henning Brauer | |
the list entries and the head there after forking | |||
2004-03-10 | when we exit try to write out what is left in the msg buffers for the imsg | Henning Brauer | |
pipes and clear buffers afterwards | |||
2004-03-10 | free peer list on exit, claudio ok | Henning Brauer | |
2004-03-10 | remove unused function | Henning Brauer | |
2004-03-10 | on shutdown, explicitely clear the knexthop, kroute and kif tables, claudio ok | Henning Brauer | |
2004-03-10 | in kif_kr_insert and _remove, don't whine when we do not find an interface | Henning Brauer | |
whom's index is 0. this means no interface and our faked route that protects the loopback network uses ifindex 0. claudio ok | |||
2004-03-10 | remove an ugly hack from the time when we had no RTM_IFANNOUNCE messages: | Henning Brauer | |
if kif_find() did not find a matchnit re-fetched the complete table from the kernel and retried. this is obsolete now, claudio ok | |||
2004-03-10 | oups | Henning Brauer | |
2004-03-10 | implement framework to announce capabilities in the open messages we send. | Henning Brauer | |
this includes handling "unsupported optional parameter" notifications from the peer and retrying without capability announcement. claudio ok | |||
2004-03-10 | Reduce some noise on receipt of an invalid spi. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-03-10 | trim usage to match ssh(1) and look more like unix. ok djm@ | Markus Friedl | |
2004-03-10 | Mention MicroVAX 3100/85 as reported on vax@ | Miod Vallat | |
2004-03-10 | Fix for PR2429, from Clemens Wittinger. | Hakan Olsson | |
2004-03-10 | Help it cope with symlinks. Mostly from rd@thrush.com. | Marc Espie | |
okay pvalchev@ | |||
2004-03-10 | spaces | Theo de Raadt | |
2004-03-10 | close file on error paths. from Patrick Latifi | Ted Unangst | |
2004-03-10 | Document SCSIFORCELUN_* options. | Kenneth R Westerback | |
ok deraadt@. | |||
2004-03-10 | Simplify new LUN scanning logic, add diagnostic messages for all | Kenneth R Westerback | |
instances of bad LUNs and add SCSIFORCELUN_BUSES and SCSIFORCELUN_TARGETS options. ok miod@ deraadt@. Tested in the Marco Peereboom torture chamber. | |||
2004-03-10 | skip uvm_loan until later (kernel shrink); idea from markus | Theo de Raadt | |
2004-03-10 | mpt fits | Theo de Raadt | |
2004-03-10 | toast strcpy | Theo de Raadt | |
2004-03-10 | no need for re-including machine/stdarg.h | Theo de Raadt | |
2004-03-10 | sync | Theo de Raadt | |
2004-03-10 | new vscom puc; toni.tiveron@tiscali.it | Theo de Raadt | |
2004-03-10 | update OpenBSD fingerprint to include 3.5. thanks todd@ for the reminder | Mike Frantzen | |
2004-03-10 | spaces | Theo de Raadt | |
2004-03-10 | spaces | Theo de Raadt | |
2004-03-10 | fix missing space, also from | Bob Beck | |
yongari@kt-is.co.kr ok deraadt@ | |||
2004-03-10 | add -b option to specify local bind address, sent by | Bob Beck | |
yongari@kt-is.co.kr ok deraadt@ | |||
2004-03-10 | indent | Theo de Raadt | |
2004-03-10 | spacing | Theo de Raadt | |
2004-03-10 | Plug memory leak on SIGHUP. From Patrick Latifi. | Ryan Thomas McBride | |
2004-03-09 | Attempt to modernize the computer description slightly. Also don't mention | Miod Vallat | |
the ROM basic, it's unlikely an amd64 machine will ever have one... | |||
2004-03-09 | undo part from tom | Theo de Raadt | |
2004-03-09 | simplify the delay stuff | Theo de Raadt | |
2004-03-09 | Real, inverted, cursor. | Miod Vallat | |
2004-03-09 | A better description of the machine-dependent PT commands. | Miod Vallat | |
2004-03-09 | Allow the screen blanker to be disabled; PR#3123 | Miod Vallat | |
2004-03-09 | scratch the -beta part | Theo de Raadt | |
2004-03-09 | Turn FAULTCHK in a real statement-like macro. | Miod Vallat | |
2004-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat | |