aboutsummaryrefslogtreecommitdiff
path: root/sys/netncp
Commit message (Expand)AuthorAgeFilesLines
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-1/+2
* Use __FBSDID().David E. O'Brien2003-06-119-24/+36
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-2/+3
* Replace the at_fork, at_exec, and at_exit functions with the slightly moreJohn Baldwin2003-03-241-7/+7
* Use td->td_ucred instead of td->td_proc->p_ucred.John Baldwin2003-03-201-1/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. ThisPoul-Henning Kamp2003-03-091-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use a character device and ioctl() for communication between libncpTim J. Robbins2003-02-283-138/+155
* Catch up with KSE changes.Max Khon2003-02-2611-314/+369
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-5/+5
* Lock proc while accessing p_siglist p_sigmask and p_sigignore.Tim J. Robbins2003-02-141-1/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-214-5/+5
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-1/+1
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+2
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-3/+2
* Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h>Juli Mallett2002-09-301-2/+3
* use __packed.Alfred Perlstein2002-09-233-14/+14
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-281-0/+1
* Make bn_name a const char * to quieten some warnings.David Malone2002-07-271-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-4/+1
* CURSIG() is not a macro so rename it cursig().Julian Elischer2002-05-291-1/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+4
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Add character translation table between Unix and NetWare accordingBoris Popov2002-04-201-0/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-104-10/+10
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-4/+2
* KSE Milestone 2Julian Elischer2001-09-122-19/+19
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'Peter Wemm2001-06-151-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Use new kernel_sysctlbyname function. Remove private copy.Jonathan Lemon2001-05-193-22/+2
* Include sys/lock.h and sys/mutex.h so that this compiles.John Baldwin2001-05-151-0/+2
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-3/+5
* Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stayBoris Popov2001-03-227-170/+178
* Properly set flags on the broken connection.Boris Popov2001-03-224-13/+24
* Major update of NCP requester:Boris Popov2001-03-1014-1254/+916
* Specify packing for an entire structure, not for each element of it.Boris Popov2001-03-101-95/+95
* Implement m_getm() which will perform an "all or nothing" mbuf + clusterBosko Milekic2001-02-141-27/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-6/+6
* Common option '-N' do not require an argument.Boris Popov2001-01-071-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-212-9/+9
* Make malloc use M_ZERO in some more locations.David Malone2000-10-291-6/+3
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-043-0/+10
* Remove duplicate SYSCTL_NODE() declaration. Kernel linker can't dealBoris Popov2000-10-021-1/+0