summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Setup another socketpair between parent and child, so that primary sandboxedpjd2011-02-035-31/+143
* Add missing locking after moving keepalive_send() to remote send threadpjd2011-02-031-3/+9
* Drop privileges after connecting to hastd, but before sending or receivingpjd2011-02-031-0/+5
* Let the caller log info about successful privilege drop.pjd2011-02-033-2/+2
* Add missing argument after r218192.bz2011-02-021-1/+1
* - Rename proto_descriptor_{send,recv}() functions topjd2011-02-027-166/+200
* Add proto_connect_wait() to wait for connection to finish.pjd2011-02-025-11/+84
* Allow to specify connection timeout by the caller.pjd2011-02-026-9/+12
* Move protocol allocation and deallocation to separate functions.pjd2011-02-021-17/+48
* Be prepared that hp_client or hp_server might be NULL now.pjd2011-02-021-4/+11
* Do not set socket send and receive buffer. It will be auto-tuned.pjd2011-02-011-14/+4
* Fix build on ia64.pjd2011-01-311-9/+7
* Until I fix the build on ia64 comment out problematic lines.pjd2011-01-311-2/+2
* Implement two new functions for sending descriptor and receving descriptorpjd2011-01-316-8/+173
* - Use pjdlog for assertions and aborts as this will log assert/abort messagepjd2011-01-319-241/+197
* Rename pjdlog_verify() to pjdlog_abort() as it better describes what thepjd2011-01-312-7/+7
* Fix the 'scan hang' issue.bschmidt2011-01-301-2/+6
* When doing a scan while being associated it is possible that the scanbschmidt2011-01-301-0/+1
* Drop privileges in worker processes.pjd2011-01-282-0/+8
* Implement function that drops privileges by:pjd2011-01-283-0/+74
* Use newly added descriptors_assert() function to ensure only expectedpjd2011-01-282-0/+4
* Add function to assert that the only descriptors we have open are the onespjd2011-01-282-0/+142
* Close all unneeded descriptors after fork(2).pjd2011-01-282-12/+22
* Add comments to places where we treat errors as ciritical, but it is possiblepjd2011-01-281-0/+3
* Add function to close all unneeded descriptors after fork(2).pjd2011-01-282-1/+29
* Initialize all global variables on pjdlog_init().pjd2011-01-281-2/+3
* Document the "bios-boot" partition type.ae2011-01-281-1/+6
* Remember created control connection so on fork(2) we can close it in child.pjd2011-01-272-0/+4
* Close the control socket before exiting, so it will be unlinked.pjd2011-01-271-0/+1
* Extend pjdlog_verify() to support the following additional macros:pjd2011-01-272-9/+44
* Add functions to initialize/finalize pjdlog. This allows to open/close logpjd2011-01-274-1/+72
* Use my copyright for 2011 work.pjd2011-01-271-1/+2
* Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately openpjd2011-01-271-1/+1
* - Remove obvious NOTREACHED comment after abort() call.pjd2011-01-271-3/+1
* Remove __dead2 from pjdlog_verify() prototype, it does return sometimes.pjd2011-01-271-1/+1
* Clarify the availability of the noatime option on network file systemsdougb2011-01-261-2/+6
* Fix compilation with debug on.cracauer2011-01-252-3/+3
* Supply maximum value as an argument to the decimal() functionsobomax2011-01-251-27/+27
* Don't open configuration file from worker process. Handle SIGHUP in thepjd2011-01-245-58/+83
* Added a blurb about thin provisioning, fixed some formatting.ivoras2011-01-241-2/+6
* o Cylinder numbers are 10 bits in the MBR;sobomax2011-01-241-19/+19
* The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-2410-22/+22
* init(8): Document that login(1) is now responsible for recording logouts.jilles2011-01-231-5/+5
* init: Only run /etc/rc.shutdown if /etc/rc was run.jilles2011-01-231-10/+35
* Add missing logs.pjd2011-01-221-4/+5
* Add nv_assert() which allows to assert that the given name exists.pjd2011-01-222-5/+26
* Use more consistent function name with the others (pjdlogv_prefix_set()pjd2011-01-222-3/+3
* Use int16 for error.pjd2011-01-221-1/+1
* - On primary worker reload, update hr_exec field.pjd2011-01-221-2/+5
* s/utime/modtime/g -- utime shadows utime(3).marcel2011-01-221-12/+12
OpenPOWER on IntegriCloud